diff options
author | snj <snj@pkgsrc.org> | 2004-04-14 01:19:47 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2004-04-14 01:19:47 +0000 |
commit | 47e26580e05993997064a0f548578afb87bb2a05 (patch) | |
tree | cd22ab1ac952387c3125bc1073ce0821b20692c7 /chat/irssi/Makefile | |
parent | 18488cb1e75ca1da9fa720e7ce2c5b06c56075fc (diff) | |
download | pkgsrc-47e26580e05993997064a0f548578afb87bb2a05.tar.gz |
The usual f77 workaround for sparc64.
Diffstat (limited to 'chat/irssi/Makefile')
-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 |