Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 Sep 2008 23:43:25 +0000
From:      Diane Bruce <db@FreeBSD.org>
To:        maho@FreeBSD.org, openoffice@FreeBSD.org
Subject:   openoffice fix
Message-ID:  <20080910234325.GA87445@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
--- /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;}'`



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20080910234325.GA87445>