diff options
-rw-r--r-- | devel/silc-toolkit/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/silc-toolkit/Makefile b/devel/silc-toolkit/Makefile index e105262b1a1..110a5d229fd 100644 --- a/devel/silc-toolkit/Makefile +++ b/devel/silc-toolkit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2004/12/18 18:11:10 grant Exp $ +# $NetBSD: Makefile,v 1.4 2004/12/18 18:13:53 grant Exp $ # DISTNAME= silc-toolkit-0.9.12 @@ -37,7 +37,7 @@ CONFIGURE_ARGS+= --without-libtoolfix # CONFIGURE_ENV+= F77=${FALSE} -# causes an ICE with xlc on Darwin. +# lib/silcclient/client_attrs.c causes an ICE with xlc on Darwin. NOT_FOR_COMPILER+= xlc BUILD_DEFS+= USE_INET6 |