diff options
Diffstat (limited to 'textproc/xmlstarlet/patches/patch-aa')
-rw-r--r-- | textproc/xmlstarlet/patches/patch-aa | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/textproc/xmlstarlet/patches/patch-aa b/textproc/xmlstarlet/patches/patch-aa index fdb3a8b5f7e..6abc6323442 100644 --- a/textproc/xmlstarlet/patches/patch-aa +++ b/textproc/xmlstarlet/patches/patch-aa @@ -1,17 +1,17 @@ -$NetBSD: patch-aa,v 1.1.1.1 2004/08/24 11:59:23 drochner Exp $ +$NetBSD: patch-aa,v 1.2 2005/05/23 21:32:01 seb Exp $ ---- configure.orig 2004-08-24 12:27:58.000000000 +0200 +--- configure.orig 2005-03-14 01:32:18.000000000 +0000 +++ configure -@@ -871,7 +871,7 @@ if test "${with_libxml_prefix+set}" = se +@@ -1095,7 +1095,7 @@ if test "${with_libxml_prefix+set}" = se withval="$with_libxml_prefix" LIBXML_PREFIX=$withval LIBXML_CFLAGS="-I$withval/include/libxml2 -I$withval/include/libxml" -- LIBXML_LIBS="$withval/lib/libxml2.a -lz -lm -lpthread" +- LIBXML_LIBS="$withval/lib/libxml2.a -lz -lm -lpthread -ldl" + LIBXML_LIBS="-L$withval/lib -lxml2 -lz -lm -lpthread" fi -@@ -920,7 +920,7 @@ if test "${with_libxslt_prefix+set}" = s +@@ -1144,7 +1144,7 @@ if test "${with_libxslt_prefix+set}" = s withval="$with_libxslt_prefix" LIBXSLT_PREFIX=$withval LIBXSLT_CFLAGS="-I$withval/include/libxslt -I$withval/include/libexslt" |