Problem with openoffice.org-2
Diane Bruce
db at FreeBSD.org
Wed Sep 10 13:24:14 UTC 2008
Date: Mon, 8 Sep 2008 14:07:44 -0400
To: openoffice at FreeBSD.org
Subject: Problem with openoffice.org-2
# $FreeBSD: ports/editors/openoffice.org-2/Makefile,v 1.309 2008/08/29 03:14:53 maho Exp $
== is not a legal test comparision in configure, so it breaks here on my build.
I haven't figured out where you get your diff from,,,yet, so this
is a diff from the configure produced and what it should be.
pwd=
work/OOH680_m17/libxslt/unxfbsdi.pro
misc/build/libxslt-1.1.16/configure
--- misc/build/libxslt-1.1.16/configure.orig 2008-09-04 21:30:03.000000000 -0400
+++ misc/build/libxslt-1.1.16/configure 2008-09-04 21:25:19.000000000 -0400
@@ -21987,7 +21987,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;}'`
--
- db at FreeBSD.org db at db.net http://www.db.net/~db
More information about the freebsd-openoffice
mailing list