summaryrefslogtreecommitdiff
path: root/devel/boost-python
diff options
context:
space:
mode:
authortv <tv@pkgsrc.org>2005-02-28 01:44:17 +0000
committertv <tv@pkgsrc.org>2005-02-28 01:44:17 +0000
commit49fd66760c089f1e3a59759ebea1a87c84d9cb71 (patch)
tree58ba7f31b64ceea1f2dc0d8c49255b4528c06dbe /devel/boost-python
parentafea1931b68db36f4761ac3db7114bf7bcf4bb84 (diff)
downloadpkgsrc-49fd66760c089f1e3a59759ebea1a87c84d9cb71.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-python')
-rw-r--r--devel/boost-python/buildlink3.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/boost-python/buildlink3.mk b/devel/boost-python/buildlink3.mk
index be9f4b833b8..f0a66e27af5 100644
--- a/devel/boost-python/buildlink3.mk
+++ b/devel/boost-python/buildlink3.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.3 2005/02/26 22:48:35 jmmv Exp $
+# $NetBSD: buildlink3.mk,v 1.4 2005/02/28 01:44:17 tv Exp $
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
BOOST_PYTHON_BUILDLINK3_MK:= ${BOOST_PYTHON_BUILDLINK3_MK}+
@@ -11,6 +11,7 @@ BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Nboost-python}
BUILDLINK_PACKAGES+= boost-python
.if !empty(BOOST_PYTHON_BUILDLINK3_MK:M+)
+# Use a dependency pattern that guarantees the proper ABI.
BUILDLINK_DEPENDS.boost-python+= boost-python-1.32.*
BUILDLINK_PKGSRCDIR.boost-python?= ../../devel/boost-python