Subject: CVS commit: pkgsrc/textproc/libxml2
To: None <pkgsrc-changes@netbsd.org>
From: Johnny C. Lam <jlam@netbsd.org>
List: pkgsrc-changes
Date: 09/14/2001 09:53:36
Module Name: pkgsrc
Committed By: jlam
Date: Fri Sep 14 06:53:35 UTC 2001
Modified Files:
pkgsrc/textproc/libxml2: Makefile buildlink.mk distinfo
pkgsrc/textproc/libxml2/patches: patch-aa
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 pkgsrc/textproc/libxml2/Makefile \
pkgsrc/textproc/libxml2/distinfo
cvs rdiff -r1.8 -r1.9 pkgsrc/textproc/libxml2/buildlink.mk
cvs rdiff -r1.2 -r1.3 pkgsrc/textproc/libxml2/patches/patch-aa
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.