diff options
author | markd <markd> | 2003-08-24 12:50:09 +0000 |
---|---|---|
committer | markd <markd> | 2003-08-24 12:50:09 +0000 |
commit | 28abf2e1bcf538b5708239ed78d6af975b425988 (patch) | |
tree | 23d40c8833ab721788e3841fb438c70ca2efc250 | |
parent | f0765c9fbd6fd47e1e251c8439f034dcfd509f71 (diff) | |
download | pkgsrc-28abf2e1bcf538b5708239ed78d6af975b425988.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.
-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 |