pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/editors/abiword USE_GNU_ICONV as an interim measure to...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f45d9b43b726
branches:  trunk
changeset: 460202:f45d9b43b726
user:      markd <markd%pkgsrc.org@localhost>
date:      Sun Aug 24 12:50:09 2003 +0000

description:
USE_GNU_ICONV as an interim measure to get this to build again on
NetBSD-current.  Someone may be able to get this to use the native iconv
but the configure script at least is very GNU iconv specific.

diffstat:

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

diffs (17 lines):

diff -r 2a7488014b01 -r f45d9b43b726 editors/abiword/Makefile
--- a/editors/abiword/Makefile  Sun Aug 24 12:28:57 2003 +0000
+++ b/editors/abiword/Makefile  Sun Aug 24 12:50:09 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.56 2003/07/13 13:51:28 wiz Exp $
+# $NetBSD: Makefile,v 1.57 2003/08/24 12:50:09 markd Exp $
 #
 # According to AbiSource's explanation of their trademark rights,
 # compilations/distributions of AbiWord not provided by AbiSource must
@@ -24,6 +24,7 @@
 USE_BUILDLINK2=        # defined
 USE_X11=       # defined
 USE_GMAKE=     # defined
+USE_GNU_ICONV= # defined
 GNU_CONFIGURE= # defined
 MAKEFILE=      GNUmakefile
 



Home | Main Index | Thread Index | Old Index