diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-02-09 14:06:28 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-02-09 14:06:28 +0000 |
commit | f27c92b53f599c151626ae67e4a744c5e446baa7 (patch) | |
tree | 20035ed966f24e3d21802b86579f800c1f08db9a /textproc/libxml2/files/patch-ab | |
parent | Update port to version 3.7.2. (diff) |
Update to 2.3.0. Finally Gnome folks recognized the need to allow libxml2
co-exist with old libxml installed on the same machine, so I was able to
happily remove most of my hacks.
Notes
Notes:
svn path=/head/; revision=38127
Diffstat (limited to 'textproc/libxml2/files/patch-ab')
-rw-r--r-- | textproc/libxml2/files/patch-ab | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/textproc/libxml2/files/patch-ab b/textproc/libxml2/files/patch-ab index 53faf2f4006d..e21bcc174b83 100644 --- a/textproc/libxml2/files/patch-ab +++ b/textproc/libxml2/files/patch-ab @@ -1,13 +1,14 @@ ---- configure 2000/11/15 09:47:14 1.1 -+++ configure 2000/11/15 09:51:34 -@@ -3419,8 +3419,8 @@ + +$FreeBSD$ + +--- configure.orig Thu Feb 8 13:39:59 2001 ++++ configure Fri Feb 9 02:04:41 2001 +@@ -3474,7 +3474,7 @@ XML_LIBDIR='-L${libdir}' -XML_INCLUDEDIR='-I${includedir}/libxml -I${includedir}' --XML_LIBS="-lxml $Z_LIBS $M_LIBS $LIBS" -+XML_INCLUDEDIR='-I${includedir}/libxml2 -I${includedir}' -+XML_LIBS="-lxml2 $Z_LIBS $M_LIBS $LIBS" ++XML_INCLUDEDIR='-I${includedir}/libxml2 -I${includedir}/libxml2/libxml' + XML_LIBS="-lxml2 $Z_LIBS $M_LIBS $LIBS" XML_CFLAGS="" - |