summaryrefslogtreecommitdiff
path: root/editors/openoffice.org-2/files/patch-i94800
diff options
context:
space:
mode:
Diffstat (limited to 'editors/openoffice.org-2/files/patch-i94800')
-rw-r--r--editors/openoffice.org-2/files/patch-i9480016
1 files changed, 16 insertions, 0 deletions
diff --git a/editors/openoffice.org-2/files/patch-i94800 b/editors/openoffice.org-2/files/patch-i94800
new file mode 100644
index 000000000000..319893c6a5dd
--- /dev/null
+++ b/editors/openoffice.org-2/files/patch-i94800
@@ -0,0 +1,16 @@
+Index: libxslt/libxslt-1.1.16.patch
+===================================================================
+RCS file: /cvs/external/libxslt/Attic/libxslt-1.1.16.patch,v
+retrieving revision 1.5
+diff -u -r1.5 libxslt-1.1.16.patch
+--- libxslt/libxslt-1.1.16.patch 19 Jul 2007 13:25:43 -0000 1.5
++++ libxslt/libxslt-1.1.16.patch 9 Oct 2008 08:03:50 -0000
+@@ -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;}'`