summaryrefslogtreecommitdiff
path: root/lang/python27
diff options
context:
space:
mode:
authorjperkin <jperkin@pkgsrc.org>2015-09-07 12:02:05 +0000
committerjperkin <jperkin@pkgsrc.org>2015-09-07 12:02:05 +0000
commita2f949adf927715e989d2c88c259db4b3721ad70 (patch)
treeb5a9abb0790d5444ad5e55a6a860def6e5222560 /lang/python27
parentb4442114c2e33c10fc3645b16f3e1257bd2f45b7 (diff)
downloadpkgsrc-a2f949adf927715e989d2c88c259db4b3721ad70.tar.gz
Now that _STRIPFLAG_INSTALL is disabled by default on Darwin, remove manual
settings of INSTALL_UNSTRIPPED=yes for Darwin in individual packages.
Diffstat (limited to 'lang/python27')
-rw-r--r--lang/python27/Makefile7
1 files changed, 1 insertions, 6 deletions
diff --git a/lang/python27/Makefile b/lang/python27/Makefile
index af4a759955b..3ce11551b65 100644
--- a/lang/python27/Makefile
+++ b/lang/python27/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.49 2015/05/24 07:44:07 adam Exp $
+# $NetBSD: Makefile,v 1.50 2015/09/07 12:02:05 jperkin Exp $
.include "dist.mk"
@@ -102,11 +102,6 @@ PLIST_VARS+= extra-so
PLIST.extra-so= yes
.endif
-# Make sure python modules can link correctly
-.if ${OPSYS} == "Darwin"
-INSTALL_UNSTRIPPED= yes
-.endif
-
# For Xcode 5 we need to search the SDK path for headers, otherwise certain
# modules will not be built.
.if ${OPSYS} == "Darwin" && exists(${OSX_SDK_PATH}/usr/include)