pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/snappy



Module Name:    pkgsrc
Committed By:   adam
Date:           Sun Feb 26 08:50:19 UTC 2017

Modified Files:
        pkgsrc/devel/snappy: Makefile

Log Message:
Added PKGCONFIG_OVERRIDE


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/snappy/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/snappy/Makefile
diff -u pkgsrc/devel/snappy/Makefile:1.7 pkgsrc/devel/snappy/Makefile:1.8
--- pkgsrc/devel/snappy/Makefile:1.7    Sun Feb 26 08:41:17 2017
+++ pkgsrc/devel/snappy/Makefile        Sun Feb 26 08:50:19 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2017/02/26 08:41:17 adam Exp $
+# $NetBSD: Makefile,v 1.8 2017/02/26 08:50:19 adam Exp $
 
 DISTNAME=      snappy-1.1.4
 CATEGORIES=    devel
@@ -11,9 +11,10 @@ LICENSE=     apache-2.0
 
 GITHUB_RELEASE=        ${PKGVERSION_NOREV}
 
-GNU_CONFIGURE= yes
-USE_LIBTOOL=   yes
-USE_LANGUAGES+=        c c++
+USE_LANGUAGES+=                c c++
+USE_LIBTOOL=           yes
+GNU_CONFIGURE=         yes
+PKGCONFIG_OVERRIDE+=   snappy.pc.in
 
 .include "../../devel/zlib/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index