diff options
author | mbr <mbr@FreeBSD.org> | 2002-06-13 05:06:03 +0800 |
---|---|---|
committer | mbr <mbr@FreeBSD.org> | 2002-06-13 05:06:03 +0800 |
commit | 56fa7c247a92a77e3f5910f22ede34944ff02783 (patch) | |
tree | c550c03e1a8f071259ea6ab2fd9997929d9fa2b9 /editors/openoffice-3-devel | |
parent | 9494643a1670b2b55b8e448f5b5b59f485b34ed9 (diff) | |
download | freebsd-ports-gnome-56fa7c247a92a77e3f5910f22ede34944ff02783.tar.gz freebsd-ports-gnome-56fa7c247a92a77e3f5910f22ede34944ff02783.tar.zst freebsd-ports-gnome-56fa7c247a92a77e3f5910f22ede34944ff02783.zip |
Enable the exported symbols map files again. A missing map file has been added
and now the build works with map files. It seems that some of these patches
have been comitted to the OO repo. Add new patches to fix this.
Diffstat (limited to 'editors/openoffice-3-devel')
3 files changed, 25 insertions, 12 deletions
diff --git a/editors/openoffice-3-devel/files/patch-connectivity+source+drivers+mozab+makefile.mk b/editors/openoffice-3-devel/files/patch-connectivity+source+drivers+mozab+makefile.mk index 68c702a2684c..f422040f99d4 100644 --- a/editors/openoffice-3-devel/files/patch-connectivity+source+drivers+mozab+makefile.mk +++ b/editors/openoffice-3-devel/files/patch-connectivity+source+drivers+mozab+makefile.mk @@ -1,5 +1,5 @@ ---- ../connectivity/source/drivers/mozab/makefile.mk.orig Mon Mar 11 16:07:41 2002 -+++ ../connectivity/source/drivers/mozab/makefile.mk Sun May 19 14:10:59 2002 +--- ../connectivity/source/drivers/mozab/makefile.mk.orig Wed Jun 12 01:37:30 2002 ++++ ../connectivity/source/drivers/mozab/makefile.mk Wed Jun 12 01:37:47 2002 @@ -107,9 +107,7 @@ # --- MOZAB BASE Library ----------------------------------- @@ -10,13 +10,3 @@ SHL1OBJS=$(SLOFILES) SHL1STDLIBS=\ $(CPPULIB) \ -@@ -159,7 +157,9 @@ - - # --- MOZAB BASE Library ----------------------------------- - -+.IF "$(OS)"!="FREEBSD" - SHL2VERSIONMAP= $(TARGET2).map -+.ENDIF - SHL2TARGET= $(TARGET2)$(MOZAB_MAJOR) - SHL2OBJS=$(SLO2FILES) - SHL2STDLIBS=\ diff --git a/editors/openoffice-3-devel/files/patch-connectivity+source+drivers+mozaddressbook+makefile.mk b/editors/openoffice-3-devel/files/patch-connectivity+source+drivers+mozaddressbook+makefile.mk new file mode 100644 index 000000000000..b63d2a25f184 --- /dev/null +++ b/editors/openoffice-3-devel/files/patch-connectivity+source+drivers+mozaddressbook+makefile.mk @@ -0,0 +1,12 @@ +--- ../connectivity/source/drivers/mozaddressbook/makefile.mk.orig Wed Jun 12 01:40:36 2002 ++++ ../connectivity/source/drivers/mozaddressbook/makefile.mk Wed Jun 12 01:40:37 2002 +@@ -134,9 +134,7 @@ + SLOFILES+=$(SLO)$/staticmbmozab.obj + .ENDIF + +-.IF "$(OS)"!="FREEBSD" + SHL1VERSIONMAP= $(TARGET).map +-.ENDIF + # --- Library ----------------------------------- + + SHL1TARGET=$(TARGET)$(UPD)$(DLLPOSTFIX) diff --git a/editors/openoffice-3-devel/files/patch-ucb+source+ucp+webdav+makefile.mk b/editors/openoffice-3-devel/files/patch-ucb+source+ucp+webdav+makefile.mk new file mode 100644 index 000000000000..4b505c6571d8 --- /dev/null +++ b/editors/openoffice-3-devel/files/patch-ucb+source+ucp+webdav+makefile.mk @@ -0,0 +1,11 @@ +--- ../ucb/source/ucp/webdav/makefile.mk.orig Wed Jun 12 01:04:43 2002 ++++ ../ucb/source/ucp/webdav/makefile.mk Wed Jun 12 01:04:53 2002 +@@ -120,7 +120,7 @@ + + SHL1TARGET=$(TARGET)$(UCP_VERSION) + SHL1IMPLIB=i$(TARGET) +-.IF "$(OS)"=="MACOSX" || "$(OS)"=="FREEBSD" ++.IF "$(OS)"=="MACOSX" + .ELSE + SHL1VERSIONMAP=exports.map + .ENDIF |