From 19599e5a4a411a2d56be9c645df2a3d9eb0d4ba3 Mon Sep 17 00:00:00 2001 From: Martin Blapp Date: Wed, 12 Mar 2003 01:04:08 +0000 Subject: Update to cws_srx644_ooo11beta. It still doesn't build but this commit will help to track the things down. There are known problems with weak symbols and exceptions. Some c++ tools inside the port will fail if you try to compile. The cpp_uno bridge has been updated to the latest linux version available. Added 'make update' target to upgrade the source to the latest version. Approved by: kris (portmgr) --- .../openoffice.org-2-devel/files/patch-cppuhelper+source+makefile.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'editors/openoffice.org-2-devel/files/patch-cppuhelper+source+makefile.mk') diff --git a/editors/openoffice.org-2-devel/files/patch-cppuhelper+source+makefile.mk b/editors/openoffice.org-2-devel/files/patch-cppuhelper+source+makefile.mk index 4ef61346feb2..5fb5bd636eb1 100644 --- a/editors/openoffice.org-2-devel/files/patch-cppuhelper+source+makefile.mk +++ b/editors/openoffice.org-2-devel/files/patch-cppuhelper+source+makefile.mk @@ -5,10 +5,10 @@ SHL1VERSIONMAP=gcc3_linux_intel.map .ELIF "$(OS)$(CPU)$(COMNAME)"=="FREEBSDIgcc2" -#SHL1VERSIONMAP=gcc2_freebsd_intel.map -+SHL1VERSIONMAP=gcc2_freebsd_intel.map ++SHL1VERSIONMAP=gcc2_linux_intel.map .ELIF "$(OS)$(CPU)$(COMNAME)"=="FREEBSDIgcc3" -#SHL1VERSIONMAP=gcc3_freebsd_intel.map -+SHL1VERSIONMAP=gcc3_freebsd_intel.map ++SHL1VERSIONMAP=gcc3_linux_intel.map .ENDIF # --- Targets ------------------------------------------------------ -- cgit v1.2.3