aboutsummaryrefslogtreecommitdiff
path: root/editors/openoffice-3-devel/files/patch-cppuhelper::source::makefile.mk
diff options
context:
space:
mode:
Diffstat (limited to 'editors/openoffice-3-devel/files/patch-cppuhelper::source::makefile.mk')
-rw-r--r--editors/openoffice-3-devel/files/patch-cppuhelper::source::makefile.mk11
1 files changed, 11 insertions, 0 deletions
diff --git a/editors/openoffice-3-devel/files/patch-cppuhelper::source::makefile.mk b/editors/openoffice-3-devel/files/patch-cppuhelper::source::makefile.mk
new file mode 100644
index 000000000000..926945ed7126
--- /dev/null
+++ b/editors/openoffice-3-devel/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 ------------------------------------------------------