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