Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Aug 2004 15:44:01 -0700 (PDT)
From:      Don Lewis <truckman@FreeBSD.org>
To:        oliver@FreeBSD.org
Cc:        openoffice@FreeBSD.org
Subject:   Re: openoffice-1.1 won't compile on 5.2-CURRENT?
Message-ID:  <200408182244.i7IMi2Z9010302@gw.catspoiler.org>
In-Reply-To: <20040819003345.63105071.oliver@FreeBSD.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On 19 Aug, Oliver Lehmann wrote:
> Don Lewis wrote:
> 
> 
>> I was able to build editors/openoffice-1.1 and
>> editors/openoffice-1.1-devel on 5.2-CURRENT two days ago and I don't
>> think anything has changed since then.  Maybe there is a problem in the
>> language-specific slave ports.
> 
> 
> Still the same...
> 
> Configure completed
> You may now run
> /usr/obj/usr/ports/editors/openoffice-1.1/work/oo_1.1.2_src/bootstrap in
> /usr/obj/usr/ports/editors/openoffice-1.1/work/oo_1.1.2_src
> ===>  Building for openoffice-1.1.2
> make: don't know how to make mozilla. Stop
> *** Error code 2

Is this with or without -DWITHOUT_MOZILLA?

I'm building without -DWITHOUT_MOZILLA (in other words, with mozilla),
but I needed this to patch Makefile.mozilla so that it works with the
the recent changes to make(1).

Index: editors/openoffice-1.1/files/Makefile.mozilla
===================================================================
RCS file: /home/ncvs/ports/editors/openoffice-1.1/files/Makefile.mozilla,v
retrieving revision 1.1
diff -u -r1.1 Makefile.mozilla
--- editors/openoffice-1.1/files/Makefile.mozilla	31 Jul 2004 03:22:02 -0000	1.1
+++ editors/openoffice-1.1/files/Makefile.mozilla	12 Aug 2004 01:26:06 -0000
@@ -21,9 +21,9 @@
 		< ${WRKDIR}/mozilla/Makefile.new > ${WRKDIR}/mozilla/Makefile
 .endif
 .if defined(USE_GCC)
-	@cd ${WRKDIR}/mozilla ; ${MAKE} CXX="${CXX}" CC="${CC}" CFLAGS="${CFLAGS}" USE_GCC=${USE_GCC} build WRKDIRPREFIX=""
+	@cd ${WRKDIR}/mozilla ; ${MAKE} CXX="${CXX}" CC="${CC}" USE_GCC=${USE_GCC} build WRKDIRPREFIX=""
 .else
-	@cd ${WRKDIR}/mozilla ; ${MAKE} CXX="${CXX}" CC="${CC}" CFLAGS="${CFLAGS}" build WRKDIRPREFIX=""
+	@cd ${WRKDIR}/mozilla ; ${MAKE} CXX="${CXX}" CC="${CC}" build WRKDIRPREFIX=""
 .endif
 	@${CP} ${FILESDIR}/zipmoz.sh ${WRKDIR}
 	@${CHMOD} 755 ${WRKDIR}/zipmoz.sh



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