summaryrefslogtreecommitdiff
path: root/lang/python21-pth
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2002-10-09 11:40:40 +0000
committerjlam <jlam@pkgsrc.org>2002-10-09 11:40:40 +0000
commitad88f38aa7dca82f22f8b6f94af760184e00cad0 (patch)
tree438de3ffa62aeef9f1d71a7ef69888cd3e530530 /lang/python21-pth
parent1dca5f96aaeb8f81aeb2c3d5b651a716d8778df3 (diff)
downloadpkgsrc-ad88f38aa7dca82f22f8b6f94af760184e00cad0.tar.gz
Create BUILDLINK_CPPFLAGS and BUILDLINK_LDFLAGS for the python packages so
as to find their headers and libraries. Also allow "-lpython" to resolve to the versioned libpython (-lpython2.2, etc.).
Diffstat (limited to 'lang/python21-pth')
-rw-r--r--lang/python21-pth/buildlink2.mk9
1 files changed, 8 insertions, 1 deletions
diff --git a/lang/python21-pth/buildlink2.mk b/lang/python21-pth/buildlink2.mk
index fdaa35ab909..920fbc361fe 100644
--- a/lang/python21-pth/buildlink2.mk
+++ b/lang/python21-pth/buildlink2.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink2.mk,v 1.2 2002/09/20 22:44:19 jlam Exp $
+# $NetBSD: buildlink2.mk,v 1.3 2002/10/09 11:40:41 jlam Exp $
.if !defined(PYTHON21_BUILDLINK2_MK)
PYTHON21_BUILDLINK2_MK= # defined
@@ -18,6 +18,13 @@ BUILDLINK_PREFIX.python21-pth_DEFAULT= ${LOCALBASE}
BUILDLINK_FILES.python21-pth!= \
${GREP} "^include/" ${.CURDIR}/${BUILDLINK_PKGSRCDIR.python21-pth}/PLIST
BUILDLINK_FILES.python21-pth+= lib/python2p1/config/libpython2p1.*
+BUILDLINK_TRANSFORM+= l:python:python2p1
+
+BUILDLINK_CPPFLAGS.python21-pth+= \
+ -I${BUILDLINK_PREFIX.python21-pth}/include/python2p1
+BUILDLINK_LDFLAGS.python21-pth+= \
+ -L${BUILDLINK_PREFIX.python21-pth}/lib/python2p1/config \
+ -Wl,-R${BUILDLINK_PREFIX.python21-pth}/lib/python2p1/config
BUILDLINK_TARGETS+= python21-pth-buildlink