[Patch] openoffice.org-3 build fails

Daniel Eischen deischen at freebsd.org
Tue Jul 1 16:59:59 UTC 2008


I had to apply the attached patch in order to get openoffice.org-3
to build on -current:

   FreeBSD rigel 8.0-CURRENT FreeBSD 8.0-CURRENT #0: Wed Jun 25 12:03:23 
EDT 2008     root at rigel:/opt/FreeBSD/obj/opt/FreeBSD/src/sys/rigel  i386

-- 
DE
-------------- next part --------------
--- libxslt/unxfbsdi.pro/misc/build/libxslt-1.1.16/configure.orig	2008-06-29 11:57:01.000000000 -0400
+++ libxslt/unxfbsdi.pro/misc/build/libxslt-1.1.16/configure	2008-06-29 12:02:33.000000000 -0400
@@ -21987,7 +21987,7 @@
 fi
 
 
-if test "1" == "1"
+if /usr/bin/true
 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