Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Oct 2007 10:58:16 +0000
From:      "O. Hartmann" <ohartman@zedat.fu-berlin.de>
To:        freebsd-ports@FreeBSD.org,  freebsd-current@FreeBSD.org
Subject:   ports/114050: Error compiling OpenOffice-2.3
Message-ID:  <47149948.20005@zedat.fu-berlin.de>

next in thread | raw e-mail | index | archive | help
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




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