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: agc
Date: Sat Jun 24 18:57:28 UTC 2017
Modified Files:
pkgsrc/devel/snappy: Makefile
Log Message:
snappy now requires googletest to build, so include the buildlink3.mk file
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 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.8 pkgsrc/devel/snappy/Makefile:1.9
--- pkgsrc/devel/snappy/Makefile:1.8 Sun Feb 26 08:50:19 2017
+++ pkgsrc/devel/snappy/Makefile Sat Jun 24 18:57:28 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2017/02/26 08:50:19 adam Exp $
+# $NetBSD: Makefile,v 1.9 2017/06/24 18:57:28 agc Exp $
DISTNAME= snappy-1.1.4
CATEGORIES= devel
@@ -16,5 +16,6 @@ USE_LIBTOOL= yes
GNU_CONFIGURE= yes
PKGCONFIG_OVERRIDE+= snappy.pc.in
+.include "../../devel/googletest/buildlink3.mk"
.include "../../devel/zlib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index