diff options
author | snj <snj@pkgsrc.org> | 2004-03-20 05:15:45 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2004-03-20 05:15:45 +0000 |
commit | 402a92be0b9956e4257c98b4e09217dbfc52b80f (patch) | |
tree | 6d59a57baf5f42590b3c53082bb24567f0eb3e3d /chat/silc-server/Makefile | |
parent | e49f7587ae64533b769d32d2f296db9f7a4060b7 (diff) | |
download | pkgsrc-402a92be0b9956e4257c98b4e09217dbfc52b80f.tar.gz |
Fix build on sparc64 with gcc2.
Diffstat (limited to 'chat/silc-server/Makefile')
-rw-r--r-- | chat/silc-server/Makefile | 5 |
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]) |