Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 Sep 2008 21:34:12 -0400
From:      Diane Bruce <db@db.net>
To:        openoffice@FreeBSD.org
Subject:   Problem with openoffice.org-2
Message-ID:  <20080905013412.GA96959@night.db.net>

next in thread | raw e-mail | index | archive | help
# $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@FreeBSD.org db@db.net http://www.db.net/~db



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