diff options
Diffstat (limited to 'lang/python33/Makefile')
-rw-r--r-- | lang/python33/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/lang/python33/Makefile b/lang/python33/Makefile index a69636f7bc0..703bd30b44e 100644 --- a/lang/python33/Makefile +++ b/lang/python33/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 2015/03/16 13:53:05 tnn Exp $ +# $NetBSD: Makefile,v 1.31 2015/09/07 12:02:05 jperkin Exp $ .include "dist.mk" @@ -70,11 +70,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}/usr/include) |