pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/snappy snappy now requires googletest to build, ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/83540453706a
branches:  trunk
changeset: 364449:83540453706a
user:      agc <agc%pkgsrc.org@localhost>
date:      Sat Jun 24 18:57:28 2017 +0000

description:
snappy now requires googletest to build, so include the buildlink3.mk file

diffstat:

 devel/snappy/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (16 lines):

diff -r 062ef4463b84 -r 83540453706a devel/snappy/Makefile
--- a/devel/snappy/Makefile     Sat Jun 24 15:19:43 2017 +0000
+++ b/devel/snappy/Makefile     Sat Jun 24 18:57:28 2017 +0000
@@ -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 @@
 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