pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/editors/abiword Always use pkgsrc (GNU) libiconv/gette...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/27aa9e0a12f7
branches:  trunk
changeset: 492724:27aa9e0a12f7
user:      drochner <drochner%pkgsrc.org@localhost>
date:      Mon Apr 18 16:58:06 2005 +0000

description:
Always use pkgsrc (GNU) libiconv/gettext; the NetBSD builtin just
doesn't do it. From adam per tech-pkg.

diffstat:

 editors/abiword/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 57f21e21727a -r 27aa9e0a12f7 editors/abiword/Makefile
--- a/editors/abiword/Makefile  Mon Apr 18 16:57:46 2005 +0000
+++ b/editors/abiword/Makefile  Mon Apr 18 16:58:06 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.88 2005/04/04 23:38:57 fredb Exp $
+# $NetBSD: Makefile,v 1.89 2005/04/18 16:58:06 drochner Exp $
 
 .include "Makefile.common"
 PKGNAME=       abiword-${ABIWORD_VERSION}
@@ -31,6 +31,7 @@
 CONFIGURE_ARGS+=       --enable-threads --with-libxml2
 CONFIGURE_ARGS+=       --with-libjpeg-prefix=${BUILDLINK_PREFIX.jpeg}
 CONFIGURE_ARGS+=       --with-zlib=${BUILDLINK_PREFIX.zlib}
+USE_GNU_ICONV=         yes
 
 post-install:
        ${INSTALL_MAN} ${WRKDIR}/${DISTNAME}/abiword-docs/man/abiword.1 \



Home | Main Index | Thread Index | Old Index