summaryrefslogtreecommitdiff
path: root/shells/zsh
diff options
context:
space:
mode:
authorryoon <ryoon>2011-09-22 09:37:06 +0000
committerryoon <ryoon>2011-09-22 09:37:06 +0000
commit051e5228f97c33a28682c2ace0e0cd4115fbf0f4 (patch)
treef230a0b7b100f59e33d40240120d4be2e85e5a6c /shells/zsh
parent6fa613ff639bde226fb387711c8e2159635b0950 (diff)
downloadpkgsrc-051e5228f97c33a28682c2ace0e0cd4115fbf0f4.tar.gz
INSTALL_UNSTRIPPED=yes for Darwin.
It is better workaround, I think.
Diffstat (limited to 'shells/zsh')
-rw-r--r--shells/zsh/Makefile.common5
1 files changed, 3 insertions, 2 deletions
diff --git a/shells/zsh/Makefile.common b/shells/zsh/Makefile.common
index 14e968c3caf..4445f6f2066 100644
--- a/shells/zsh/Makefile.common
+++ b/shells/zsh/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.63 2011/09/20 13:58:01 ryoon Exp $
+# $NetBSD: Makefile.common,v 1.64 2011/09/22 09:37:06 ryoon Exp $
# used by shells/zsh/Makefile
# used by shells/zsh-current/Makefile
@@ -29,7 +29,8 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews
.include "../../mk/bsd.prefs.mk"
.if ${OPSYS} == "Darwin"
-CONFIGURE_ENV+= INSTALL_PROGRAM=${INSTALL_LIB:Q}
+#CONFIGURE_ENV+= INSTALL_PROGRAM=${INSTALL_LIB:Q}
+INSTALL_UNSTRIPPED= yes
.endif
# Handle any PKG_OPTIONS that this package might have.