summaryrefslogtreecommitdiff
path: root/devel/boost-headers
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-headers
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-headers')
-rw-r--r--devel/boost-headers/buildlink3.mk5
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/boost-headers/buildlink3.mk b/devel/boost-headers/buildlink3.mk
index 9c763d8d013..b5931ca70a2 100644
--- a/devel/boost-headers/buildlink3.mk
+++ b/devel/boost-headers/buildlink3.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.2 2005/02/27 21:57:53 jmmv Exp $
+# $NetBSD: buildlink3.mk,v 1.3 2005/02/28 01:44:17 tv Exp $
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
BOOST_HEADERS_BUILDLINK3_MK:= ${BOOST_HEADERS_BUILDLINK3_MK}+
@@ -11,7 +11,8 @@ BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Nboost-headers}
BUILDLINK_PACKAGES+= boost-headers
.if !empty(BOOST_HEADERS_BUILDLINK3_MK:M+)
-BUILDLINK_DEPENDS.boost-headers+= boost-headers>=1.32.0
+# Use a dependency pattern that guarantees the proper ABI.
+BUILDLINK_DEPENDS.boost-headers+= boost-headers-1.32.*
BUILDLINK_DEPMETHOD.boost-headers?= build
BUILDLINK_PKGSRCDIR.boost-headers?= ../../devel/boost-headers
.endif # BOOST_HEADERS_BUILDLINK3_MK