pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/jemalloc



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sat Jul  2 12:10:04 UTC 2016

Modified Files:
        pkgsrc/devel/jemalloc: Makefile

Log Message:
Add missing PKGCONFIG_OVERRIDE. Ride upgrade.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/jemalloc/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/jemalloc/Makefile
diff -u pkgsrc/devel/jemalloc/Makefile:1.2 pkgsrc/devel/jemalloc/Makefile:1.3
--- pkgsrc/devel/jemalloc/Makefile:1.2  Sat Jul  2 11:00:42 2016
+++ pkgsrc/devel/jemalloc/Makefile      Sat Jul  2 12:10:04 2016
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2016/07/02 11:00:42 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2016/07/02 12:10:04 wiz Exp $
 
 DISTNAME=      jemalloc-4.2.1
 CATEGORIES=    devel
@@ -25,6 +25,8 @@ CONFIGURE_ARGS+=        --with-xslroot=$
 USE_TOOLS+=            perl:run
 REPLACE_PERL=          bin/jeprof.in
 
+PKGCONFIG_OVERRIDE=    jemalloc.pc.in
+
 BUILD_TARGET=          all dist
 
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index