Subject: CVS commit: pkgsrc/textproc/libxml2
To: None <pkgsrc-changes@netbsd.org>
From: Thomas Klausner <wiz@netbsd.org>
List: pkgsrc-changes
Date: 04/29/2002 01:37:11
Module Name:	pkgsrc
Committed By:	wiz
Date:		Sun Apr 28 22:37:11 UTC 2002

Modified Files:
	pkgsrc/textproc/libxml2: buildlink.mk

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -r1.10 -r1.11 pkgsrc/textproc/libxml2/buildlink.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.