ports/114050: Error compiling OpenOffice-2.3



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

_______________________________________________
freebsd-current@xxxxxxxxxxx mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscribe@xxxxxxxxxxx"