diff options
author | mbr <mbr@FreeBSD.org> | 2002-06-12 09:26:23 +0000 |
---|---|---|
committer | mbr <mbr@FreeBSD.org> | 2002-06-12 09:26:23 +0000 |
commit | d0f749cdf5fa3baaabcc92d180f70cfdfc30024d (patch) | |
tree | 72fce1054de021e39b754f8aad355f5c2d1eb4e6 /editors/openoffice.org-3 | |
parent | ef426f64a4e7f3e45945d46cb9d6aaf3b2a35c25 (diff) | |
download | FreeBSD-ports-d0f749cdf5fa3baaabcc92d180f70cfdfc30024d.zip FreeBSD-ports-d0f749cdf5fa3baaabcc92d180f70cfdfc30024d.tar.gz |
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 cb4fbc1..3687664 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 |