summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--devel/silc-toolkit/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/devel/silc-toolkit/Makefile b/devel/silc-toolkit/Makefile
index c43f33cbcc4..e105262b1a1 100644
--- a/devel/silc-toolkit/Makefile
+++ b/devel/silc-toolkit/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2004/10/03 00:13:33 tv Exp $
+# $NetBSD: Makefile,v 1.3 2004/12/18 18:11:10 grant Exp $
#
DISTNAME= silc-toolkit-0.9.12
@@ -37,6 +37,9 @@ CONFIGURE_ARGS+= --without-libtoolfix
#
CONFIGURE_ENV+= F77=${FALSE}
+# causes an ICE with xlc on Darwin.
+NOT_FOR_COMPILER+= xlc
+
BUILD_DEFS+= USE_INET6
.if defined(USE_INET6) && !empty(USE_INET6:M[Yy][Ee][Ss])