pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/chat/silc-server Fix build on sparc64 with gcc2.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0ac4eed59ae2
branches:  trunk
changeset: 471153:0ac4eed59ae2
user:      snj <snj%pkgsrc.org@localhost>
date:      Sat Mar 20 05:15:45 2004 +0000

description:
Fix build on sparc64 with gcc2.

diffstat:

 chat/silc-server/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 8ae8d82d35a6 -r 0ac4eed59ae2 chat/silc-server/Makefile
--- a/chat/silc-server/Makefile Sat Mar 20 04:40:31 2004 +0000
+++ b/chat/silc-server/Makefile Sat Mar 20 05:15:45 2004 +0000
@@ -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+=       --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])



Home | Main Index | Thread Index | Old Index