pkgsrc/textproc/xmlstarlet/patches/patch-aa
seb 58928be465 Update to version 1.0.1.
Package changes: install documentation files, add test target support.

Changes since last packaged version (0.9.3):
 Changes in 1.0.1
 1. Recompiled against recent libxml2-2.6.18 and libxslt-1.1.13 libraries
 2. New binaries for Windows/Linux/Solaris
 3. Fixed several pyx/depyx bugs
 4. Window binary has been compiled with iconv to support more encodings
 Changes in 1.0.0
 1. Fixed few core dumps
 2. Recompiled against recent libxml2-2.6.17 and libxslt-1.1.12 libraries
 3. New binaries for Windows/Linux
 4. Updated documentation
 Changes in 0.9.5
 1. Fixed security bugs (buffer overflows)
 2. Recompiled against recent libxml2-2.6.13 and libxslt-1.1.10 libraries
 3. New binaries for Windows/Linux
 4. Updated documentation
2005-05-23 21:32:01 +00:00

22 lines
838 B
Text

$NetBSD: patch-aa,v 1.2 2005/05/23 21:32:01 seb Exp $
--- configure.orig 2005-03-14 01:32:18.000000000 +0000
+++ configure
@@ -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 -ldl"
+ LIBXML_LIBS="-L$withval/lib -lxml2 -lz -lm -lpthread"
fi
@@ -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"
- LIBXSLT_LIBS="$withval/lib/libxslt.a $withval/lib/libexslt.a -lz -lm -lpthread"
+ LIBXSLT_LIBS="-L$withval/lib -lxslt -lexslt -lz -lm -lpthread"
fi