summaryrefslogtreecommitdiff
path: root/editors/openoffice.org-3-RC/files/patch-salhelper+source+makefile.mk
diff options
context:
space:
mode:
authorMartin Blapp <mbr@FreeBSD.org>2003-03-23 17:14:57 +0000
committerMartin Blapp <mbr@FreeBSD.org>2003-03-23 17:14:57 +0000
commita99dc21feeb501c6f11c666a8d2156e01f4f8e31 (patch)
tree68442be01210c688f5892d0249cd903a05c8c225 /editors/openoffice.org-3-RC/files/patch-salhelper+source+makefile.mk
parentThe disposing happened to early. Move it a bit. (diff)
Use the linux map files for the gcc3 case.
Notes
Notes: svn path=/head/; revision=77276
Diffstat (limited to '')
-rw-r--r--editors/openoffice.org-3-RC/files/patch-salhelper+source+makefile.mk12
1 files changed, 6 insertions, 6 deletions
diff --git a/editors/openoffice.org-3-RC/files/patch-salhelper+source+makefile.mk b/editors/openoffice.org-3-RC/files/patch-salhelper+source+makefile.mk
index 3687664d8d16..4b380cf2ac98 100644
--- a/editors/openoffice.org-3-RC/files/patch-salhelper+source+makefile.mk
+++ b/editors/openoffice.org-3-RC/files/patch-salhelper+source+makefile.mk
@@ -1,13 +1,13 @@
---- ../salhelper/source/makefile.mk.orig Wed Nov 14 14:19:21 2001
-+++ ../salhelper/source/makefile.mk Sun Mar 3 17:58:15 2002
-@@ -109,6 +109,10 @@
+--- ../salhelper/source/makefile.mk.orig Sun Sep 1 18:22:39 2002
++++ ../salhelper/source/makefile.mk Wed Mar 12 23:54:12 2003
+@@ -114,6 +114,10 @@
SHL1VERSIONMAP=lngi.map
.ELIF "$(OS)$(CPU)$(COMNAME)"=="LINUXIgcc3"
SHL1VERSIONMAP=gcc3_linux_intel.map
+.ELIF "$(OS)$(CPU)$(COMNAME)"=="FREEBSDIgcc2"
-+SHL1VERSIONMAP=gcc2_freebsd_intel.map
++SHL1VERSIONMAP=gcc2_linux_intel.map
+.ELIF "$(OS)$(CPU)$(COMNAME)"=="FREEBSDIgcc3"
-+SHL1VERSIONMAP=gcc3_freebsd_intel.map
++SHL1VERSIONMAP=gcc3_linux_intel.map
.ENDIF
-
+ # --- Targets ------------------------------------------------------