pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/silc-toolkit silc-toolkit causes xlc to bomb wit...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c06625d4404d
branches:  trunk
changeset: 485686:c06625d4404d
user:      grant <grant%pkgsrc.org@localhost>
date:      Sat Dec 18 18:11:10 2004 +0000

description:
silc-toolkit causes xlc to bomb with an ICE, so mark this pkg
NOT_FOR_COMPILER=xlc.

diffstat:

 devel/silc-toolkit/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r f6b574530ae1 -r c06625d4404d devel/silc-toolkit/Makefile
--- a/devel/silc-toolkit/Makefile       Sat Dec 18 17:45:27 2004 +0000
+++ b/devel/silc-toolkit/Makefile       Sat Dec 18 18:11:10 2004 +0000
@@ -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_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])



Home | Main Index | Thread Index | Old Index