summaryrefslogtreecommitdiff
path: root/textproc/libxml2/patches
diff options
context:
space:
mode:
authorjlam <jlam>2001-09-14 06:53:34 +0000
committerjlam <jlam>2001-09-14 06:53:34 +0000
commit11fbf0ec5a85a00ecb45d0195514c01472b52b70 (patch)
tree0a726d256e5aab4189dac7a3b1f141566deaadae /textproc/libxml2/patches
parent856db86dc5cec28337c241df4fe9f513acf5fbfa (diff)
downloadpkgsrc-11fbf0ec5a85a00ecb45d0195514c01472b52b70.tar.gz
Fix the problem noted by Ben Collver <collver@linuxfreemail.com> in
pkg/13929 where xml2-config lies about the location of the libxml2 headers. "xml2-config --cflags" now returns: -I/usr/pkg/include/libxml2/libxml -I/usr/pkg/include which correctly finds the libxml2 headers. When using buildlink, the config wrapper xml2-config returns: -I${BUILDLINK_DIR}/include/libxml -I/usr/pkg/include which correctly finds the libxml2 headers in their buildlinked locations.
Diffstat (limited to 'textproc/libxml2/patches')
-rw-r--r--textproc/libxml2/patches/patch-aa10
1 files changed, 6 insertions, 4 deletions
diff --git a/textproc/libxml2/patches/patch-aa b/textproc/libxml2/patches/patch-aa
index edd380183ad..0b454adf7da 100644
--- a/textproc/libxml2/patches/patch-aa
+++ b/textproc/libxml2/patches/patch-aa
@@ -1,6 +1,6 @@
-$NetBSD: patch-aa,v 1.2 2001/08/24 16:59:03 wiz Exp $
+$NetBSD: patch-aa,v 1.3 2001/09/14 06:53:35 jlam Exp $
---- configure.orig Wed Aug 15 14:26:09 2001
+--- configure.orig Wed Aug 15 08:26:09 2001
+++ configure
@@ -6152,7 +6152,7 @@
@@ -11,12 +11,14 @@ $NetBSD: patch-aa,v 1.2 2001/08/24 16:59:03 wiz Exp $
else
HTML_DIR=$with_html_dir
fi
-@@ -7086,7 +7086,7 @@
+@@ -7086,8 +7086,8 @@
fi
-XML_LIBDIR='-L${libdir}'
+-XML_INCLUDEDIR='-I${includedir}/libxml -I${includedir}'
+XML_LIBDIR='-L${libdir} -Wl,-R${libdir}'
- XML_INCLUDEDIR='-I${includedir}/libxml -I${includedir}'
++XML_INCLUDEDIR='-I${includedir}/libxml2/libxml -I${includedir}'
XML_CFLAGS=""
+ RDL_LIBS=""