diff options
Diffstat (limited to 'chat/irssi/Makefile')
-rw-r--r-- | chat/irssi/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/chat/irssi/Makefile b/chat/irssi/Makefile index eec5e76c7a2..5b8331dea4a 100644 --- a/chat/irssi/Makefile +++ b/chat/irssi/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.52 2009/07/27 12:59:44 obache Exp $ +# $NetBSD: Makefile,v 1.53 2009/07/30 21:58:15 adrianp Exp $ DISTNAME= ${IRSSI_DISTNAME} CATEGORIES= chat @@ -24,10 +24,6 @@ CONFIGURE_ARGS+= --with-terminfo \ --without-ncurses \ --sysconfdir=${PKG_SYSCONFDIR} -.if ${OPSYS} == "Darwin" -INSTALL_UNSTRIPPED=YES -.endif - # Avoid an ICE in gcc2 on sparc64 CONFIGURE_ENV+= F77=${FALSE:Q} |