summaryrefslogtreecommitdiff
path: root/chat
diff options
context:
space:
mode:
authorsnj <snj>2004-03-20 05:15:45 +0000
committersnj <snj>2004-03-20 05:15:45 +0000
commita44801309329030c7e71c73ca4cd7fb66824684c (patch)
tree6d59a57baf5f42590b3c53082bb24567f0eb3e3d /chat
parentdfd8f5566221965fc10821d2f4e88808dbbbbcb2 (diff)
downloadpkgsrc-a44801309329030c7e71c73ca4cd7fb66824684c.tar.gz
Fix build on sparc64 with gcc2.
Diffstat (limited to 'chat')
-rw-r--r--chat/silc-server/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/chat/silc-server/Makefile b/chat/silc-server/Makefile
index d20cec17687..d878581edf6 100644
--- a/chat/silc-server/Makefile
+++ b/chat/silc-server/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.31 2004/03/03 19:05:52 salo Exp $
+# $NetBSD: Makefile,v 1.32 2004/03/20 05:15:45 snj Exp $
#
DISTNAME= silc-server-0.9.18
@@ -63,6 +63,9 @@ CONFIGURE_ARGS+= --with-silcd-pid-file=/var/run/silcd.pid
CONFIGURE_ARGS+= --without-iconv
CONFIGURE_ARGS+= --without-libtoolfix
+# Avoid an ICE in gcc2 on sparc64
+CONFIGURE_ENV+= F77=${FALSE}
+
BUILD_DEFS+= USE_INET6
.if defined(USE_INET6) && !empty(USE_INET6:M[Yy][Ee][Ss])