diff options
author | Martin Blapp <mbr@FreeBSD.org> | 2003-03-12 01:04:08 +0000 |
---|---|---|
committer | Martin Blapp <mbr@FreeBSD.org> | 2003-03-12 01:04:08 +0000 |
commit | 19599e5a4a411a2d56be9c645df2a3d9eb0d4ba3 (patch) | |
tree | d09f794c6c4092a612ca9d09bf3925389764a92c /editors/openoffice.org-2-devel/files/patch-cppuhelper+source+makefile.mk | |
parent | Change the imake-4 dependency to the new date.def file in XFree86 4.3.0. (diff) |
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)
Diffstat (limited to 'editors/openoffice.org-2-devel/files/patch-cppuhelper+source+makefile.mk')
-rw-r--r-- | editors/openoffice.org-2-devel/files/patch-cppuhelper+source+makefile.mk | 4 |
1 files changed, 2 insertions, 2 deletions
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 ------------------------------------------------------ |