summaryrefslogtreecommitdiff
path: root/lang/erlang/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
commita2f949adf927715e989d2c88c259db4b3721ad70 (patch)
treeb5a9abb0790d5444ad5e55a6a860def6e5222560 /lang/erlang/Makefile
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/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].*)