From a8d0de657cefbca0aa622046b0346f967ddce9df Mon Sep 17 00:00:00 2001 From: grant Date: Sun, 19 Dec 2004 00:19:18 +0000 Subject: this won't build with xlc without some work, mark it as such. --- security/opencdk/Makefile | 4 +++- textproc/aspell/Makefile | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/security/opencdk/Makefile b/security/opencdk/Makefile index 19adbf23d5c..268ca2611e2 100644 --- a/security/opencdk/Makefile +++ b/security/opencdk/Makefile @@ -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_BUILDLINK3= YES USE_LIBTOOL= YES GNU_CONFIGURE= YES +NOT_FOR_COMPILER= xlc + REPLACE_PERL= doc/gdoc DOCDIR= ${PREFIX}/share/doc/opencdk diff --git a/textproc/aspell/Makefile b/textproc/aspell/Makefile index f9105d6a9d6..93b89ed113c 100644 --- a/textproc/aspell/Makefile +++ b/textproc/aspell/Makefile @@ -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_GNU_TOOLS+= make 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 -- cgit v1.2.3