diff options
author | grant <grant@pkgsrc.org> | 2004-12-19 00:19:18 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2004-12-19 00:19:18 +0000 |
commit | fc9c762fd7d38af1620ff378927d9ca86e90e412 (patch) | |
tree | b14cfa6da6b527c7971d0139a15768e38a622b11 /textproc | |
parent | 48876679d911a6ceb5f41b08286bf724c282f65b (diff) | |
download | pkgsrc-fc9c762fd7d38af1620ff378927d9ca86e90e412.tar.gz |
this won't build with xlc without some work, mark it as such.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/aspell/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
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 |