summaryrefslogtreecommitdiff
path: root/lang/python34/Makefile
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
commit67d995c7c2182f3eb264f138cab891061089925d (patch)
treeb5a9abb0790d5444ad5e55a6a860def6e5222560 /lang/python34/Makefile
parentf4d260fb551c8bda4b60e64dee13b52e21dce6b1 (diff)
downloadpkgsrc-67d995c7c2182f3eb264f138cab891061089925d.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/python34/Makefile')
-rw-r--r--lang/python34/Makefile7
1 files changed, 1 insertions, 6 deletions
diff --git a/lang/python34/Makefile b/lang/python34/Makefile
index 78ce231ef3a..8d47ac096ec 100644
--- a/lang/python34/Makefile
+++ b/lang/python34/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2015/02/26 06:23:06 adam Exp $
+# $NetBSD: Makefile,v 1.10 2015/09/07 12:02:06 jperkin Exp $
.include "dist.mk"
@@ -71,11 +71,6 @@ PLIST_VARS+= oss
PLIST.oss= yes
.endif
-# Make sure python modules can link correctly
-.if ${OPSYS} == "Darwin"
-INSTALL_UNSTRIPPED= yes
-.endif
-
# For Xcode 5 and up, we need to search the SDK path for headers, otherwise
# certain modules will not be built.
.if ${OPSYS} == "Darwin" && exists(${OSX_SDK_PATH:Q}/usr/include)