openoffice-1.1 won't compile on 5.2-CURRENT?
Don Lewis
truckman at FreeBSD.org
Wed Aug 18 15:44:09 PDT 2004
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
More information about the freebsd-openoffice
mailing list