[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Patch to support libxml on FreeBSD
From: |
Nicola Pero |
Subject: |
Re: Patch to support libxml on FreeBSD |
Date: |
Sun, 23 Sep 2001 04:14:28 +0100 (BST) |
Hi, thanks, I don't know which change has broken that as I don't
remember touching this kind of stuff ... but thanks for reporting.
I was going to add this, but then I thought that maybe it should
really better go into core/base/configure.in rather than
core/make/configure.in ... can you confirm that it still works if I
add it to core/base/configure.in rather than core/make/configure.in ?
Kim> With all the recent changes to the makefiles, the headers for
Kim> libxml are no longer found since FreeBSD puts them in a
Kim> non-standard location.
Kim> {...}
Kim> case "$target_os" in
Kim> - freebsd*) CPPFLAGS="$CPPFLAGS -I/usr/local/include"
Kim> + freebsd*) CPPFLAGS="$CPPFLAGS -I/usr/local/include
-I/usr/local/include/libxml2 -I/usr/local/include/libxml2/libxml"