summaryrefslogtreecommitdiff
path: root/lang/python23
diff options
context:
space:
mode:
authordanw <danw@pkgsrc.org>2004-08-28 16:41:33 +0000
committerdanw <danw@pkgsrc.org>2004-08-28 16:41:33 +0000
commitd970c4d2e25a569a7ce78121f773086a68a850a6 (patch)
tree7638103873a16f1ce96485dc1d4a547ff85859ff /lang/python23
parent287c5562f0caf6aa0e657494745a72a843af07d7 (diff)
downloadpkgsrc-d970c4d2e25a569a7ce78121f773086a68a850a6.tar.gz
set INSTALL_UNSTRIPPED on darwin so that python modules will build
Diffstat (limited to 'lang/python23')
-rw-r--r--lang/python23/Makefile.common7
1 files changed, 6 insertions, 1 deletions
diff --git a/lang/python23/Makefile.common b/lang/python23/Makefile.common
index f37adaebd21..a86d78af5b8 100644
--- a/lang/python23/Makefile.common
+++ b/lang/python23/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.14 2004/07/22 09:16:03 recht Exp $
+# $NetBSD: Makefile.common,v 1.15 2004/08/28 16:41:33 danw Exp $
#
DISTNAME= Python-2.3.4
@@ -67,6 +67,11 @@ EXTRA_SO_SUBST=
PLIST_SUBST+= EXTRA_SO=${EXTRA_SO_SUBST}
PLIST_SUBST+= OSSAUDIODEV=${OSSAUDIODEV_SUBST}
+# Make sure python modules can link correctly
+.if ${OPSYS} == "Darwin"
+INSTALL_UNSTRIPPED= yes
+.endif
+
# ensure that the bsddb185 module is built on all platforms
USE_DB185= yes
.include "../../mk/bdb.buildlink3.mk"