summaryrefslogtreecommitdiff
path: root/textproc/xmlstarlet/files/patch-configure
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2004-12-20 13:19:39 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2004-12-20 13:19:39 +0000
commit867562b78900a1988d4a8060216b413e6e730f1e (patch)
tree826e7946230632ff915c93b2b513073adfbc2fa1 /textproc/xmlstarlet/files/patch-configure
parentUpdate to 0.10 (diff)
Update to version 0.9.5
PR: ports/75270 Submitted by: Ports Fury
Diffstat (limited to 'textproc/xmlstarlet/files/patch-configure')
-rw-r--r--textproc/xmlstarlet/files/patch-configure11
1 files changed, 0 insertions, 11 deletions
diff --git a/textproc/xmlstarlet/files/patch-configure b/textproc/xmlstarlet/files/patch-configure
deleted file mode 100644
index 8624bc7a9eaa..000000000000
--- a/textproc/xmlstarlet/files/patch-configure
+++ /dev/null
@@ -1,11 +0,0 @@
---- configure.orig Wed Jul 7 05:36:27 2004
-+++ configure Wed Jul 7 05:37:12 2004
-@@ -896,7 +896,7 @@
-
- if test "x$LIBXML_SRC" = "x"
- then
-- LIBXML_VERSION=`$LIBXML_PREFIX/bin/xml2-config --version | sed -e 's/\.//g' -e 's/^\(.\{3\}\).*/\1/'`
-+ LIBXML_VERSION=`$LIBXML_PREFIX/bin/xml2-config --version | sed -e 's/\.//g' -e 's/^\(.\{3,4\}\).*/\1/'`
- if test "$LIBXML_VERSION" -lt 262; then
- { echo "configure: error: xmlstarlet needs at least libxml2 version 2.6.2 (http://www.xmlsoft.org/)" 1>&2; exit 1; }
- fi