diff options
author | mbr <mbr@FreeBSD.org> | 2002-06-12 17:26:23 +0800 |
---|---|---|
committer | mbr <mbr@FreeBSD.org> | 2002-06-12 17:26:23 +0800 |
commit | d0f749cdf5fa3baaabcc92d180f70cfdfc30024d (patch) | |
tree | 72fce1054de021e39b754f8aad355f5c2d1eb4e6 /editors/openoffice.org-3 | |
parent | ef426f64a4e7f3e45945d46cb9d6aaf3b2a35c25 (diff) | |
download | freebsd-ports-gnome-d0f749cdf5fa3baaabcc92d180f70cfdfc30024d.tar.gz freebsd-ports-gnome-d0f749cdf5fa3baaabcc92d180f70cfdfc30024d.tar.zst freebsd-ports-gnome-d0f749cdf5fa3baaabcc92d180f70cfdfc30024d.zip |
Enable the map files.
Diffstat (limited to 'editors/openoffice.org-3')
-rw-r--r-- | editors/openoffice.org-3/files/patch-salhelper+source+makefile.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/openoffice.org-3/files/patch-salhelper+source+makefile.mk b/editors/openoffice.org-3/files/patch-salhelper+source+makefile.mk index cb4fbc1f1570..3687664d8d16 100644 --- a/editors/openoffice.org-3/files/patch-salhelper+source+makefile.mk +++ b/editors/openoffice.org-3/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 |