pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/boost-libs boost-libs uses libbz2.so and libz.so...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/61682d23860b
branches:  trunk
changeset: 516077:61682d23860b
user:      heinz <heinz%pkgsrc.org@localhost>
date:      Thu Jul 13 17:59:37 2006 +0000

description:
boost-libs uses libbz2.so and libz.so (see lib/libboost_iostreams-mt.so),
so include their respective buildlink3 files properly.

diffstat:

 devel/boost-libs/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 1bc13fb057d7 -r 61682d23860b devel/boost-libs/Makefile
--- a/devel/boost-libs/Makefile Thu Jul 13 17:39:11 2006 +0000
+++ b/devel/boost-libs/Makefile Thu Jul 13 17:59:37 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2006/01/20 20:40:19 jmmv Exp $
+# $NetBSD: Makefile,v 1.6 2006/07/13 17:59:37 heinz Exp $
 #
 
 BOOST_PACKAGE=         libs
@@ -17,5 +17,7 @@
 
 do-install: boost-install-libs
 
+.include "../../archivers/bzip2/buildlink3.mk"
+.include "../../devel/zlib/buildlink3.mk"
 .include "../../mk/pthread.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index