summaryrefslogtreecommitdiff
path: root/editors/openoffice-3/files/patch-cppuhelper+source+makefile.mk
diff options
context:
space:
mode:
authorMartin Blapp <mbr@FreeBSD.org>2002-03-02 20:27:00 +0000
committerMartin Blapp <mbr@FreeBSD.org>2002-03-02 20:27:00 +0000
commit2f60a7bfc4715014c42d67985f77c26158e97c3c (patch)
tree5c20416df81c78e45c376caa020cb23d0d019da7 /editors/openoffice-3/files/patch-cppuhelper+source+makefile.mk
parentFix ECHO_CMD overkill. (diff)
Add patches recieved from Carlos Fernando Assis Paniago <pan@cnpm.embrapa.br>
More will follow
Notes
Notes: svn path=/head/; revision=55413
Diffstat (limited to 'editors/openoffice-3/files/patch-cppuhelper+source+makefile.mk')
-rw-r--r--editors/openoffice-3/files/patch-cppuhelper+source+makefile.mk11
1 files changed, 11 insertions, 0 deletions
diff --git a/editors/openoffice-3/files/patch-cppuhelper+source+makefile.mk b/editors/openoffice-3/files/patch-cppuhelper+source+makefile.mk
new file mode 100644
index 000000000000..926945ed7126
--- /dev/null
+++ b/editors/openoffice-3/files/patch-cppuhelper+source+makefile.mk
@@ -0,0 +1,11 @@
+--- ../cppuhelper/source/makefile.mk.orig Sat Mar 2 21:08:19 2002
++++ ../cppuhelper/source/makefile.mk Sat Mar 2 21:08:08 2002
+@@ -174,6 +174,8 @@
+ SHL1VERSIONMAP=cc5_solaris_sparc.map
+ .ELIF "$(OS)$(CPU)$(COM)"=="LINUXIGCC"
+ SHL1VERSIONMAP=gcc2_linux_intel.map
++.ELIF "$(OS)$(CPU)"=="FREEBSDI"
++#SHL1VERSIONMAP=gcc2_freebsd_intel.map
+ .ENDIF
+
+ # --- Targets ------------------------------------------------------