summaryrefslogtreecommitdiff
path: root/chat
diff options
context:
space:
mode:
authoradrianp <adrianp@pkgsrc.org>2007-10-28 20:18:47 +0000
committeradrianp <adrianp@pkgsrc.org>2007-10-28 20:18:47 +0000
commit7382e91030d3477cf6ec7d1d149f343161846e40 (patch)
treeeec469c837b82c7d311a93bff9a634c2a8f8b863 /chat
parent4e8350ff42488ba0f794a394611c890edf965cf1 (diff)
downloadpkgsrc-7382e91030d3477cf6ec7d1d149f343161846e40.tar.gz
Dont's strip on install with OS/X, this fixes the loading of the proxy module
Diffstat (limited to 'chat')
-rw-r--r--chat/irssi/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/chat/irssi/Makefile b/chat/irssi/Makefile
index 81ba7f025e7..d8c5f5db752 100644
--- a/chat/irssi/Makefile
+++ b/chat/irssi/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.48 2007/10/28 13:06:30 adrianp Exp $
+# $NetBSD: Makefile,v 1.49 2007/10/28 20:18:47 adrianp Exp $
DISTNAME= ${IRSSI_DISTNAME}
PKGREVISION= 1
@@ -12,6 +12,7 @@ COMMENT= Secure and modular IRC client with text mode user interface
PKG_DESTDIR_SUPPORT= user-destdir
+.include "../../mk/bsd.prefs.mk"
.include "Makefile.common"
GNU_CONFIGURE= yes
@@ -23,6 +24,10 @@ CONFIGURE_ARGS+= --with-terminfo \
--without-ncurses \
--sysconfdir=${PKG_SYSCONFDIR:Q}
+.if ${OPSYS} == "Darwin"
+INSTALL_UNSTRIPPED=YES
+.endif
+
# Avoid an ICE in gcc2 on sparc64
CONFIGURE_ENV+= F77=${FALSE:Q}