diff options
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.mk | 11 |
1 files changed, 11 insertions, 0 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 new file mode 100644 index 0000000..926945e --- /dev/null +++ b/editors/openoffice-2.0-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 ------------------------------------------------------ |