pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/libthrift



Module Name:    pkgsrc
Committed By:   taca
Date:           Wed Dec 25 14:08:41 UTC 2019

Modified Files:
        pkgsrc/devel/libthrift: Makefile

Log Message:
devel/libthrift: fix build problem

Fix build problem, it require boost-libs.


To generate a diff of this commit:
cvs rdiff -u -r1.76 -r1.77 pkgsrc/devel/libthrift/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/libthrift/Makefile
diff -u pkgsrc/devel/libthrift/Makefile:1.76 pkgsrc/devel/libthrift/Makefile:1.77
--- pkgsrc/devel/libthrift/Makefile:1.76        Wed Sep 18 11:27:52 2019
+++ pkgsrc/devel/libthrift/Makefile     Wed Dec 25 14:08:41 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.76 2019/09/18 11:27:52 adam Exp $
+# $NetBSD: Makefile,v 1.77 2019/12/25 14:08:41 taca Exp $
 
 .include "../../devel/thrift/Makefile.common"
 
@@ -14,6 +14,7 @@ PKGCONFIG_OVERRIDE+=  lib/cpp/thrift-z.pc
 PKGCONFIG_OVERRIDE+=   lib/cpp/thrift.pc.in
 
 .include "../../devel/boost-headers/buildlink3.mk"
+.include "../../devel/boost-libs/buildlink3.mk"
 .include "../../devel/libevent/buildlink3.mk"
 .include "../../devel/zlib/buildlink3.mk"
 .include "../../security/openssl/buildlink3.mk"



Home | Main Index | Thread Index | Old Index