diff options
author | Martin Blapp <mbr@FreeBSD.org> | 2002-06-12 09:26:23 +0000 |
---|---|---|
committer | Martin Blapp <mbr@FreeBSD.org> | 2002-06-12 09:26:23 +0000 |
commit | 1f297430c7dc5a32987158db9c5a847778e8dde8 (patch) | |
tree | 6849f9223e3d20cee8b6c1da2ec419713b94ef53 /editors/openoffice.org-3-devel | |
parent | 3cfe0e6a5d5b547ed7a9f26bb872e9dd785008f5 (diff) | |
download | ports-1f297430c7dc5a32987158db9c5a847778e8dde8.tar.gz ports-1f297430c7dc5a32987158db9c5a847778e8dde8.zip |
Notes
Diffstat (limited to 'editors/openoffice.org-3-devel')
-rw-r--r-- | editors/openoffice.org-3-devel/files/patch-salhelper+source+makefile.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/openoffice.org-3-devel/files/patch-salhelper+source+makefile.mk b/editors/openoffice.org-3-devel/files/patch-salhelper+source+makefile.mk index cb4fbc1f1570..3687664d8d16 100644 --- a/editors/openoffice.org-3-devel/files/patch-salhelper+source+makefile.mk +++ b/editors/openoffice.org-3-devel/files/patch-salhelper+source+makefile.mk @@ -5,9 +5,9 @@ .ELIF "$(OS)$(CPU)$(COMNAME)"=="LINUXIgcc3" SHL1VERSIONMAP=gcc3_linux_intel.map +.ELIF "$(OS)$(CPU)$(COMNAME)"=="FREEBSDIgcc2" -+#SHL1VERSIONMAP=gcc2_freebsd_intel.map ++SHL1VERSIONMAP=gcc2_freebsd_intel.map +.ELIF "$(OS)$(CPU)$(COMNAME)"=="FREEBSDIgcc3" -+#SHL1VERSIONMAP=gcc3_freebsd_intel.map ++SHL1VERSIONMAP=gcc3_freebsd_intel.map .ENDIF |