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 | 4affcaf663303afa2c2bcfb6c9d1d82b5b3a170c (patch) | |
tree | fbfef05ad0b9b837b6c2f6743d5cc992eb6fab15 /devel/silc-toolkit | |
parent | ffcc8543b7fbbb5fa2065bcb2406b7eb13693b87 (diff) | |
download | pkgsrc-4affcaf663303afa2c2bcfb6c9d1d82b5b3a170c.tar.gz |
silc-toolkit causes xlc to bomb with an ICE, so mark this pkg
NOT_FOR_COMPILER=xlc.
Diffstat (limited to 'devel/silc-toolkit')
-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]) |