From 47e26580e05993997064a0f548578afb87bb2a05 Mon Sep 17 00:00:00 2001 From: snj Date: Wed, 14 Apr 2004 01:19:47 +0000 Subject: The usual f77 workaround for sparc64. --- chat/irssi/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'chat/irssi') 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 -- cgit v1.2.3