diff options
author | adrianp <adrianp> | 2007-10-28 20:18:47 +0000 |
---|---|---|
committer | adrianp <adrianp> | 2007-10-28 20:18:47 +0000 |
commit | 8cd3e2a39986a911bc85caff8dce2d02b071229f (patch) | |
tree | eec469c837b82c7d311a93bff9a634c2a8f8b863 /chat/irssi | |
parent | 7f8522c2cca9db2e2ea68592795429e1a4cfea9d (diff) | |
download | pkgsrc-8cd3e2a39986a911bc85caff8dce2d02b071229f.tar.gz |
Dont's strip on install with OS/X, this fixes the loading of the proxy module
Diffstat (limited to 'chat/irssi')
-rw-r--r-- | chat/irssi/Makefile | 7 |
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} |