diff options
author | mbr <mbr@FreeBSD.org> | 2002-03-06 07:41:48 +0800 |
---|---|---|
committer | mbr <mbr@FreeBSD.org> | 2002-03-06 07:41:48 +0800 |
commit | e63e46c5f9ca9a6a464306c83bcbd4a2e3918c8c (patch) | |
tree | 878d42c5fcc39e88b0f0f148f865e4a9dd39ac07 /editors/openoffice.org-1.0 | |
parent | af620fb1060b9701fec3179ab26fe2cd1cecb5f6 (diff) | |
download | freebsd-ports-gnome-e63e46c5f9ca9a6a464306c83bcbd4a2e3918c8c.tar.gz freebsd-ports-gnome-e63e46c5f9ca9a6a464306c83bcbd4a2e3918c8c.tar.zst freebsd-ports-gnome-e63e46c5f9ca9a6a464306c83bcbd4a2e3918c8c.zip |
Exclude three additional map buildings which are breaking the build
Diffstat (limited to 'editors/openoffice.org-1.0')
3 files changed, 35 insertions, 0 deletions
diff --git a/editors/openoffice.org-1.0/files/patch-sal::util::makefile.mk b/editors/openoffice.org-1.0/files/patch-sal::util::makefile.mk new file mode 100644 index 000000000000..41b798faabfb --- /dev/null +++ b/editors/openoffice.org-1.0/files/patch-sal::util::makefile.mk @@ -0,0 +1,12 @@ +--- ../sal/util/makefile.mk.orig Tue Mar 5 21:36:23 2002 ++++ ../sal/util/makefile.mk Tue Mar 5 21:36:44 2002 +@@ -113,7 +113,9 @@ + SHL1TARGET= $(TARGET) + SHL1IMPLIB= i$(TARGET) + ++.IF "$(OS)"!="FREEBSD" + SHL1VERSIONMAP= $(TARGET).map ++.ENDIF + + .IF "$(GUI)"=="WNT" + .IF "$(COM)"!="GCC" diff --git a/editors/openoffice.org-1.0/files/patch-starmath::util:makefile.mk b/editors/openoffice.org-1.0/files/patch-starmath::util:makefile.mk new file mode 100644 index 000000000000..a1945318706e --- /dev/null +++ b/editors/openoffice.org-1.0/files/patch-starmath::util:makefile.mk @@ -0,0 +1,12 @@ +--- ../starmath/util/makefile.mk.orig Tue Mar 5 21:44:02 2002 ++++ ../starmath/util/makefile.mk Tue Mar 5 21:44:22 2002 +@@ -84,7 +84,9 @@ + $(SOLARVERSION)$/$(INPATH)$/res$(EXT_UPDMINOR)$/sfx.srs + + SHL1TARGET= sm$(UPD)$(DLLPOSTFIX) ++.IF "$(OS)"!="FREEBSD" + SHL1VERSIONMAP= sm.map ++.ENDIF + .IF "$(GUI)" == "WNT" + SHL1RES= $(RCTARGET) + .ENDIF diff --git a/editors/openoffice.org-1.0/files/patch-store::util::makefile.mk b/editors/openoffice.org-1.0/files/patch-store::util::makefile.mk new file mode 100644 index 000000000000..842ef8ae49c0 --- /dev/null +++ b/editors/openoffice.org-1.0/files/patch-store::util::makefile.mk @@ -0,0 +1,11 @@ +--- ../store/util/makefile.mk.orig Tue Mar 5 21:47:39 2002 ++++ ../store/util/makefile.mk Tue Mar 5 21:47:59 2002 +@@ -88,7 +88,7 @@ + + SHL1TARGET= $(TARGET) + SHL1IMPLIB= istore +-.IF "$(OS)"=="MACOSX" ++.IF "$(OS)"=="MACOSX" || "$(OS)"=="FREEBSD" + #SHL1VERSIONMAP= $(TARGET).$(DLLPOSTFIX).map + .ELSE + SHL1VERSIONMAP= $(TARGET).map |