diff options
-rw-r--r-- | chat/irssi/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/chat/irssi/Makefile b/chat/irssi/Makefile index ed3caf93ad1..098fbff7ff1 100644 --- a/chat/irssi/Makefile +++ b/chat/irssi/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2004/03/26 02:27:35 wiz Exp $ +# $NetBSD: Makefile,v 1.26 2004/04/14 01:19:47 snj Exp $ DISTNAME= ${IRSSI_DISTNAME} PKGREVISION= 1 @@ -23,6 +23,9 @@ CONFIGURE_ARGS+= --with-terminfo \ --without-ncurses \ --sysconfdir=${PKG_SYSCONFDIR} +# Avoid an ICE in gcc2 on sparc64 +CONFIGURE_ENV+= F77=${FALSE} + EGDIR= ${PREFIX}/share/examples/irssi CONF_FILES= ${EGDIR}/irssi.conf ${PKG_SYSCONFDIR}/irssi.conf |