diff options
-rw-r--r-- | editors/abiword/Makefile.common | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/editors/abiword/Makefile.common b/editors/abiword/Makefile.common index adcb0d8cc7a..5e49405558a 100644 --- a/editors/abiword/Makefile.common +++ b/editors/abiword/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.2 2004/10/27 01:05:53 xtraeme Exp $ +# $NetBSD: Makefile.common,v 1.3 2004/10/27 02:50:19 reed Exp $ # ABIWORD_DIST_VERSION= 2.0.11 @@ -23,7 +23,10 @@ USE_GNU_TOOLS+= make USE_PERL5= run USE_X11= yes +.include "../../mk/bsd.prefs.mk" +.if ${OPSYS} != "Linux" # iconv is not needed for Linux; it is included in glibc USE_BUILTIN.iconv= no # Make sure we get libiconv dependency. +.endif CONFIGURE_ARGS+= --enable-threads CONFIGURE_ARGS+= --with-libxml2 |