pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/lang/python23 set INSTALL_UNSTRIPPED on darwin so that...
details: https://anonhg.NetBSD.org/pkgsrc/rev/305525ef0e2d
branches: trunk
changeset: 480031:305525ef0e2d
user: danw <danw%pkgsrc.org@localhost>
date: Sat Aug 28 16:41:33 2004 +0000
description:
set INSTALL_UNSTRIPPED on darwin so that python modules will build
diffstat:
lang/python23/Makefile.common | 7 ++++++-
1 files changed, 6 insertions(+), 1 deletions(-)
diffs (21 lines):
diff -r 7b571a957846 -r 305525ef0e2d lang/python23/Makefile.common
--- a/lang/python23/Makefile.common Sat Aug 28 16:40:43 2004 +0000
+++ b/lang/python23/Makefile.common Sat Aug 28 16:41:33 2004 +0000
@@ -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 @@
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"
Home |
Main Index |
Thread Index |
Old Index