summaryrefslogtreecommitdiff
path: root/editors/openoffice.org-vcltesttool/files/patch-libxslt
diff options
context:
space:
mode:
authorMaho Nakata <maho@FreeBSD.org>2013-03-21 06:22:36 +0000
committerMaho Nakata <maho@FreeBSD.org>2013-03-21 06:22:36 +0000
commit488a5eaa127dd31eaa5349d780e7f32457e7435f (patch)
treed4971d7a472582e76eb88654e1d443a73cb0f9ce /editors/openoffice.org-vcltesttool/files/patch-libxslt
parentUpdate to svn 1457623 (diff)
Remove editors/openoffice.org-vcltesttool as it is no longer used
for openoffice qa.
Diffstat (limited to 'editors/openoffice.org-vcltesttool/files/patch-libxslt')
-rw-r--r--editors/openoffice.org-vcltesttool/files/patch-libxslt11
1 files changed, 0 insertions, 11 deletions
diff --git a/editors/openoffice.org-vcltesttool/files/patch-libxslt b/editors/openoffice.org-vcltesttool/files/patch-libxslt
deleted file mode 100644
index 4bdf4230014f..000000000000
--- a/editors/openoffice.org-vcltesttool/files/patch-libxslt
+++ /dev/null
@@ -1,11 +0,0 @@
---- libxslt/libxslt-1.1.16.patch~ 2009-07-11 13:38:52.000000000 +0900
-+++ libxslt/libxslt-1.1.16.patch 2009-07-11 13:39:11.000000000 +0900
-@@ -30,7 +30,7 @@
- fi
-
-
--! if test "1" == "1"
-+! if test "1" = "1"
- then
- XMLVERS=`$XML_CONFIG --version`
- if test `echo $XMLVERS | sed -e 's/libxml //' | awk 'BEGIN { FS = "."; } { printf "%d", ($1 * 1000 + $2) * 1000 + $3;}'` -ge `echo $LIBXML_REQUIRED_VERSION | sed -e 's/libxml //' | awk 'BEGIN { FS = "."; } { printf "%d", ($1 * 1000 + $2) * 1000 + $3;}'`