pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/shells/zsh INSTALL_UNSTRIPPED=yes for Darwin.
details: https://anonhg.NetBSD.org/pkgsrc/rev/3a4134371996
branches: trunk
changeset: 593062:3a4134371996
user: ryoon <ryoon%pkgsrc.org@localhost>
date: Thu Sep 22 09:37:06 2011 +0000
description:
INSTALL_UNSTRIPPED=yes for Darwin.
It is better workaround, I think.
diffstat:
shells/zsh/Makefile.common | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (19 lines):
diff -r 3aacbadc107e -r 3a4134371996 shells/zsh/Makefile.common
--- a/shells/zsh/Makefile.common Thu Sep 22 05:39:49 2011 +0000
+++ b/shells/zsh/Makefile.common Thu Sep 22 09:37:06 2011 +0000
@@ -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 @@
.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.
Home |
Main Index |
Thread Index |
Old Index