summaryrefslogtreecommitdiff
path: root/editors/openoffice-2.0-devel/files/patch-cppuhelper+source+makefile.mk
diff options
context:
space:
mode:
authorMartin Blapp <mbr@FreeBSD.org>2003-03-12 01:04:08 +0000
committerMartin Blapp <mbr@FreeBSD.org>2003-03-12 01:04:08 +0000
commit19599e5a4a411a2d56be9c645df2a3d9eb0d4ba3 (patch)
treed09f794c6c4092a612ca9d09bf3925389764a92c /editors/openoffice-2.0-devel/files/patch-cppuhelper+source+makefile.mk
parentChange 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)
Notes
Notes: svn path=/head/; revision=77109
Diffstat (limited to 'editors/openoffice-2.0-devel/files/patch-cppuhelper+source+makefile.mk')
-rw-r--r--editors/openoffice-2.0-devel/files/patch-cppuhelper+source+makefile.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/openoffice-2.0-devel/files/patch-cppuhelper+source+makefile.mk b/editors/openoffice-2.0-devel/files/patch-cppuhelper+source+makefile.mk
index 4ef61346feb2..5fb5bd636eb1 100644
--- a/editors/openoffice-2.0-devel/files/patch-cppuhelper+source+makefile.mk
+++ b/editors/openoffice-2.0-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 ------------------------------------------------------