ports/114050: Error compiling OpenOffice-2.3
- From: "O. Hartmann" <ohartman@xxxxxxxxxxxxxxxxxx>
- Date: Tue, 16 Oct 2007 10:58:16 +0000
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"
- Follow-Ups:
- Re: ports/114050: Error compiling OpenOffice-2.3
- From: Szilveszter Adam
- Re: ports/114050: Error compiling OpenOffice-2.3
- Prev by Date: Re: panic: ffs_blkfree: freeing free block
- Next by Date: Status of MySQL on 7 w/o patches applied
- Previous by thread: re(4) checksum offload problem
- Next by thread: Re: ports/114050: Error compiling OpenOffice-2.3
- Index(es):