diff options
author | markd <markd@pkgsrc.org> | 2003-08-24 12:50:09 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2003-08-24 12:50:09 +0000 |
commit | f75e8fa018a6ab1ccc05baa6e1fc6126922a49db (patch) | |
tree | 23d40c8833ab721788e3841fb438c70ca2efc250 /editors/abiword | |
parent | 149ef0fdd234ab5c0d1cb2a1f789b4a9525502ef (diff) | |
download | pkgsrc-f75e8fa018a6ab1ccc05baa6e1fc6126922a49db.tar.gz |
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 (limited to 'editors/abiword')
-rw-r--r-- | editors/abiword/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/abiword/Makefile b/editors/abiword/Makefile index ba1d3605c6c..69cd3f3c2cd 100644 --- a/editors/abiword/Makefile +++ b/editors/abiword/Makefile @@ -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 @@ ABIWORD_VERS= 1.0.5 USE_BUILDLINK2= # defined USE_X11= # defined USE_GMAKE= # defined +USE_GNU_ICONV= # defined GNU_CONFIGURE= # defined MAKEFILE= GNUmakefile |