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-1.0 | |
parent | ef426f64a4e7f3e45945d46cb9d6aaf3b2a35c25 (diff) | |
download | freebsd-ports-graphics-d0f749cdf5fa3baaabcc92d180f70cfdfc30024d.tar.gz freebsd-ports-graphics-d0f749cdf5fa3baaabcc92d180f70cfdfc30024d.tar.zst freebsd-ports-graphics-d0f749cdf5fa3baaabcc92d180f70cfdfc30024d.zip |
Enable the map files.
Diffstat (limited to 'editors/openoffice.org-1.0')
-rw-r--r-- | editors/openoffice.org-1.0/files/patch-salhelper+source+makefile.mk | 4 | ||||
-rw-r--r-- | editors/openoffice.org-1.0/files/patch-salhelper::source::makefile.mk | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/editors/openoffice.org-1.0/files/patch-salhelper+source+makefile.mk b/editors/openoffice.org-1.0/files/patch-salhelper+source+makefile.mk index cb4fbc1f157..3687664d8d1 100644 --- a/editors/openoffice.org-1.0/files/patch-salhelper+source+makefile.mk +++ b/editors/openoffice.org-1.0/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 diff --git a/editors/openoffice.org-1.0/files/patch-salhelper::source::makefile.mk b/editors/openoffice.org-1.0/files/patch-salhelper::source::makefile.mk index cb4fbc1f157..3687664d8d1 100644 --- a/editors/openoffice.org-1.0/files/patch-salhelper::source::makefile.mk +++ b/editors/openoffice.org-1.0/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 |