summaryrefslogtreecommitdiff
path: root/textproc/xerces-c/patches
diff options
context:
space:
mode:
authorminskim <minskim>2004-09-18 02:46:12 +0000
committerminskim <minskim>2004-09-18 02:46:12 +0000
commit95d700f240c1403229448a6e74da0836f3b0533b (patch)
tree4aecf1de690f8d48b5d6284a16bf4886b5265a0b /textproc/xerces-c/patches
parent0a8b381825d9ee5e1eee0b71404930c37739ff9b (diff)
downloadpkgsrc-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-af16
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 ####################################
+ #
+ #