summaryrefslogtreecommitdiff
path: root/lang/erlang/Makefile
diff options
context:
space:
mode:
authorjperkin <jperkin>2015-09-07 12:02:05 +0000
committerjperkin <jperkin>2015-09-07 12:02:05 +0000
commit34e2f729f34808312f5f0e44630687c409a61b6b (patch)
treeb5a9abb0790d5444ad5e55a6a860def6e5222560 /lang/erlang/Makefile
parentd5594bbc3e3d0ef54f0917094ecff956dcac5d46 (diff)
downloadpkgsrc-34e2f729f34808312f5f0e44630687c409a61b6b.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/erlang/Makefile')
-rw-r--r--lang/erlang/Makefile7
1 files changed, 1 insertions, 6 deletions
diff --git a/lang/erlang/Makefile b/lang/erlang/Makefile
index 4d4bc54c745..a28b92a3485 100644
--- a/lang/erlang/Makefile
+++ b/lang/erlang/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.70 2015/08/30 12:30:33 jperkin Exp $
+# $NetBSD: Makefile,v 1.71 2015/09/07 12:02:05 jperkin Exp $
DISTNAME= otp_src_${DIST_VERSION_MAJOR}.${DIST_VERSION_MINOR}
PKGNAME= ${DISTNAME:S/otp_src_/erlang-/}
@@ -25,11 +25,6 @@ CONFIGURE_ARGS+= --enable-threads
.include "../../mk/bsd.prefs.mk"
-# Fails trying to strip dyntrace.o
-.if ${OPSYS} == "Darwin"
-INSTALL_UNSTRIPPED= yes
-.endif
-
# have gcc without the necessary atomic ops?
.if !empty(MACHINE_PLATFORM:MNetBSD-[56].*)