summaryrefslogtreecommitdiff
path: root/devel/boost-libs
diff options
context:
space:
mode:
authortv <tv>2005-02-28 01:44:17 +0000
committertv <tv>2005-02-28 01:44:17 +0000
commit489a6a1b11ca918dc1f8d9308bab4851b6786d24 (patch)
tree58ba7f31b64ceea1f2dc0d8c49255b4528c06dbe /devel/boost-libs
parentbb4ca66281611424704b9c195532d4d2abee21ac (diff)
downloadpkgsrc-489a6a1b11ca918dc1f8d9308bab4851b6786d24.tar.gz
Use boost-<foo>-1.32.* as the dependency version pattern, to ensure that
ABI is consistent with dependents. (This works around the fact that the sonames of Boost libraries do not change between ABI-incompatible versions, or in other words: they don't have major version numbers.)
Diffstat (limited to 'devel/boost-libs')
-rw-r--r--devel/boost-libs/buildlink3.mk5
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/boost-libs/buildlink3.mk b/devel/boost-libs/buildlink3.mk
index f4b3bc9dead..5e2c91a3f15 100644
--- a/devel/boost-libs/buildlink3.mk
+++ b/devel/boost-libs/buildlink3.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.1 2005/02/26 22:48:35 jmmv Exp $
+# $NetBSD: buildlink3.mk,v 1.2 2005/02/28 01:44:17 tv Exp $
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
BOOST_LIBS_BUILDLINK3_MK:= ${BOOST_LIBS_BUILDLINK3_MK}+
@@ -11,7 +11,8 @@ BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Nboost-libs}
BUILDLINK_PACKAGES+= boost-libs
.if !empty(BOOST_LIBS_BUILDLINK3_MK:M+)
-BUILDLINK_DEPENDS.boost-libs+= boost-libs>=1.32.0
+# Use a dependency pattern that guarantees the proper ABI.
+BUILDLINK_DEPENDS.boost-libs+= boost-libs-1.32.*
BUILDLINK_PKGSRCDIR.boost-libs?= ../../devel/boost-libs
.endif # BOOST_LIBS_BUILDLINK3_MK