pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc this won't build with xlc without some work, mark it a...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2de624d33cae
branches:  trunk
changeset: 485700:2de624d33cae
user:      grant <grant%pkgsrc.org@localhost>
date:      Sun Dec 19 00:19:18 2004 +0000

description:
this won't build with xlc without some work, mark it as such.

diffstat:

 security/opencdk/Makefile |  4 +++-
 textproc/aspell/Makefile  |  4 +++-
 2 files changed, 6 insertions(+), 2 deletions(-)

diffs (36 lines):

diff -r 16d25abd749a -r 2de624d33cae security/opencdk/Makefile
--- a/security/opencdk/Makefile Sun Dec 19 00:01:43 2004 +0000
+++ b/security/opencdk/Makefile Sun Dec 19 00:19:18 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2004/10/03 00:18:11 tv Exp $
+# $NetBSD: Makefile,v 1.14 2004/12/19 00:19:18 grant Exp $
 #
 
 DISTNAME=      opencdk-0.5.5
@@ -17,6 +17,8 @@
 USE_LIBTOOL=   YES
 GNU_CONFIGURE= YES
 
+NOT_FOR_COMPILER=      xlc
+
 REPLACE_PERL=          doc/gdoc
 
 DOCDIR=                ${PREFIX}/share/doc/opencdk
diff -r 16d25abd749a -r 2de624d33cae textproc/aspell/Makefile
--- a/textproc/aspell/Makefile  Sun Dec 19 00:01:43 2004 +0000
+++ b/textproc/aspell/Makefile  Sun Dec 19 00:19:18 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2004/11/13 22:04:53 jlam Exp $
+# $NetBSD: Makefile,v 1.27 2004/12/19 00:21:59 grant Exp $
 #
 
 DISTNAME=              aspell-0.50.5
@@ -18,6 +18,8 @@
 USE_LIBTOOL=           yes
 USE_LANGUAGES=         c c++
 
+NOT_FOR_COMPILER+=     xlc
+
 CONFIGURE_ARGS+=       --enable-doc-dir=${PREFIX}/share/doc/aspell
 CONFIGURE_ARGS+=       --enable-curses=ncurses
 



Home | Main Index | Thread Index | Old Index