diff options
author | ryoon <ryoon> | 2011-09-22 09:37:06 +0000 |
---|---|---|
committer | ryoon <ryoon> | 2011-09-22 09:37:06 +0000 |
commit | 051e5228f97c33a28682c2ace0e0cd4115fbf0f4 (patch) | |
tree | f230a0b7b100f59e33d40240120d4be2e85e5a6c /shells | |
parent | 6fa613ff639bde226fb387711c8e2159635b0950 (diff) | |
download | pkgsrc-051e5228f97c33a28682c2ace0e0cd4115fbf0f4.tar.gz |
INSTALL_UNSTRIPPED=yes for Darwin.
It is better workaround, I think.
Diffstat (limited to 'shells')
-rw-r--r-- | shells/zsh/Makefile.common | 5 |
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. |