Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 Sep 2008 13:24:13 GMT
From:      Diane Bruce <db@FreeBSD.org>
To:        openoffice@FreeBSD.org
Subject:   Problem with openoffice.org-2
Message-ID:  <200809101324.m8ADODMS031312@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

Date: Mon, 8 Sep 2008 14:07:44 -0400
To: openoffice@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@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?200809101324.m8ADODMS031312>