diff options
author | minskim <minskim> | 2004-09-18 02:46:12 +0000 |
---|---|---|
committer | minskim <minskim> | 2004-09-18 02:46:12 +0000 |
commit | 95d700f240c1403229448a6e74da0836f3b0533b (patch) | |
tree | 4aecf1de690f8d48b5d6284a16bf4886b5265a0b /textproc/xerces-c/patches | |
parent | 0a8b381825d9ee5e1eee0b71404930c37739ff9b (diff) | |
download | pkgsrc-95d700f240c1403229448a6e74da0836f3b0533b.tar.gz |
Link with -liconv if ICONV_TYPE=gnu. This makes bdb-xml build on
platforms without native iconv. Thanks to Aron Stansvik for testing.
Bump PKGREVISION.
Diffstat (limited to 'textproc/xerces-c/patches')
-rw-r--r-- | textproc/xerces-c/patches/patch-af | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/textproc/xerces-c/patches/patch-af b/textproc/xerces-c/patches/patch-af new file mode 100644 index 00000000000..f810903c6c9 --- /dev/null +++ b/textproc/xerces-c/patches/patch-af @@ -0,0 +1,16 @@ +$NetBSD: patch-af,v 1.4 2004/09/18 02:46:13 minskim Exp $ + +--- Makefile.incl.orig Tue May 27 15:04:46 2003 ++++ Makefile.incl Fri Sep 17 00:36:28 2004 +@@ -579,6 +579,11 @@ + endif + + ++ifeq (${TRANSCODER}, IconvGNU) ++ ALLLIBS += -liconv ++endif ++ ++ + ###################### SO_NAME #################################### + # + # |