openoffice fix

Diane Bruce db at FreeBSD.org
Wed Sep 10 23:43:26 UTC 2008


--- /dev/null	2008-09-10 19:40:18.000000000 -0400
+++ openoffice.org-2/files/patch-libxslt_libxslt-1.1.16.patch	2008-09-10 18:59:08.000000000 -0400
@@ -0,0 +1,11 @@
+--- libxslt/libxslt-1.1.16.patch.orig	2008-09-10 17:50:39.000000000 -0400
++++ libxslt/libxslt-1.1.16.patch	2008-09-10 17:59:14.000000000 -0400
+@@ -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;}'`


More information about the freebsd-openoffice mailing list