diff options
author | grant <grant@pkgsrc.org> | 2004-12-18 18:11:10 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2004-12-18 18:11:10 +0000 |
commit | 2789a12d62b2ccf2508478fb936ab7b46aa9fbb2 (patch) | |
tree | fbfef05ad0b9b837b6c2f6743d5cc992eb6fab15 /devel | |
parent | 7c92fad77738b7f1f4b0c63fe12a889fb63dd522 (diff) | |
download | pkgsrc-2789a12d62b2ccf2508478fb936ab7b46aa9fbb2.tar.gz |
silc-toolkit causes xlc to bomb with an ICE, so mark this pkg
NOT_FOR_COMPILER=xlc.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/silc-toolkit/Makefile | 5 |
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]) |