summaryrefslogtreecommitdiff
path: root/editors/openoffice.org-2-devel/files/patch-cppuhelper+source+makefile.mk
diff options
context:
space:
mode:
Diffstat (limited to 'editors/openoffice.org-2-devel/files/patch-cppuhelper+source+makefile.mk')
-rw-r--r--editors/openoffice.org-2-devel/files/patch-cppuhelper+source+makefile.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/openoffice.org-2-devel/files/patch-cppuhelper+source+makefile.mk b/editors/openoffice.org-2-devel/files/patch-cppuhelper+source+makefile.mk
index 4ef61346feb2..5fb5bd636eb1 100644
--- a/editors/openoffice.org-2-devel/files/patch-cppuhelper+source+makefile.mk
+++ b/editors/openoffice.org-2-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 ------------------------------------------------------