ports/114050: Error compiling OpenOffice-2.3
O. Hartmann
ohartman at zedat.fu-berlin.de
Tue Oct 16 03:58:07 PDT 2007
As I reported in PR ports/114050 the error compiling OpenOffice even
with coreutils 6.9_1 is still present, although there was quick and
dirty but working patch, mention by Dr. Haakh in the audit trail.
Today I patched the appropriate file and OO 2.3 seems to compile on i386
and so on amd64.
The patch below is working on my boxes.
Regards,
Oliver
--- moz/extractfiles.mk.orig 2007-10-16 09:30:06.000000000 +0000
+++ moz/extractfiles.mk 2007-10-16 09:44:09.000000000 +0000
@@ -257,7 +257,7 @@
$(COPY) /QSZ $(INCLUDE_PATH)* $(INCLUDE_DIR)
$(COPY) /QSZ $(PUBLIC_PATH)* $(INCLUDE_DIR)
.ELSE
-.IF "$(OS)"!="SOLARIS"
+.IF ("$(OS)"!="SOLARIS") && ("$(OS)"!="FREEBSD")
$(GNUCOPY) -pRL $(INCLUDE_PATH)* $(INCLUDE_DIR)
$(GNUCOPY) -pRL $(PUBLIC_PATH)* $(INCLUDE_DIR)
.ELSE # "$(OS)"!="SOLARIS"
--
Oliver Hartmann
Freie Universitaet Berlin
Planetologie und Fernerkundung
Malteserstr. 74 - 100/Haus D
More information about the freebsd-ports
mailing list