summaryrefslogtreecommitdiff
path: root/textproc/libxml2
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2002-04-28 22:37:11 +0000
committerwiz <wiz@pkgsrc.org>2002-04-28 22:37:11 +0000
commita2d45b12d3aa45342350b182cf84365d1e637751 (patch)
tree32a1d924ff9c53f362a4daf74f11c30dc47ca614 /textproc/libxml2
parent59740f72e58229f6cf253587ff17d9a58adfa53f (diff)
downloadpkgsrc-a2d45b12d3aa45342350b182cf84365d1e637751.tar.gz
Some programs don't look in libxml/headername.h, and even libxml itself
does not create the directory (any longer?). Be a bit defensive about this and add -I${BUILDLINK_DIR}/include/libxml to BUILDLINK_CONFIG_WRAPPER_SED, while letting -I${BUILDLINK_DIR}/include stay, too. XXX: This should be revisited, and the packages depending on libxml2 be fixed (either way); for now, this change fixes libwmf, ogle, and ogle_gui (and perhaps others), while not changing the situation for kdelibs2 (which I didn't want to test because it's too big). Per a discussion with Johnny Lam.
Diffstat (limited to 'textproc/libxml2')
-rw-r--r--textproc/libxml2/buildlink.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/libxml2/buildlink.mk b/textproc/libxml2/buildlink.mk
index f9684e89a94..33981e9baee 100644
--- a/textproc/libxml2/buildlink.mk
+++ b/textproc/libxml2/buildlink.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink.mk,v 1.10 2001/10/03 20:56:53 jlam Exp $
+# $NetBSD: buildlink.mk,v 1.11 2002/04/28 22:37:11 wiz Exp $
#
# This Makefile fragment is included by packages that use libxml2.
#
@@ -29,7 +29,7 @@ BUILDLINK_FILES.libxml2+= lib/xml2Conf.sh
# The libxml2 headers should be found at the same location as for libxml.I
BUILDLINK_TRANSFORM.libxml2= -e "s|/include/libxml2/|/include/|g"
BUILDLINK_CONFIG_WRAPPER_SED+= \
- -e "s|-I${BUILDLINK_PREFIX.libxml2}/include/libxml2/|-I${BUILDLINK_DIR}/include/|g"
+ -e "s|-I${BUILDLINK_PREFIX.libxml2}/include/libxml2|-I${BUILDLINK_DIR}/include/libxml -I${BUILDLINK_DIR}/include/|g"
.include "../../devel/zlib/buildlink.mk"
.include "../../converters/libiconv/buildlink.mk"