diff options
author | mbr <mbr@FreeBSD.org> | 2002-07-22 07:09:53 +0800 |
---|---|---|
committer | mbr <mbr@FreeBSD.org> | 2002-07-22 07:09:53 +0800 |
commit | 224e931b13135b79f6d8d1a06655b73bfa76abb7 (patch) | |
tree | 5313c1830653ce87bb248bfcc42086f849792f7b /editors/openoffice | |
parent | ce81c4a8e6e2fd58582a33277742056e6c515e67 (diff) | |
download | freebsd-ports-gnome-224e931b13135b79f6d8d1a06655b73bfa76abb7.tar.gz freebsd-ports-gnome-224e931b13135b79f6d8d1a06655b73bfa76abb7.tar.zst freebsd-ports-gnome-224e931b13135b79f6d8d1a06655b73bfa76abb7.zip |
Add correct map for rtti test too.
Diffstat (limited to 'editors/openoffice')
-rw-r--r-- | editors/openoffice/files/patch-salhelper+test+rtti+makefile.mk | 13 | ||||
-rw-r--r-- | editors/openoffice/files/patch-salhelper::test::rtti::makefile.mk | 13 |
2 files changed, 26 insertions, 0 deletions
diff --git a/editors/openoffice/files/patch-salhelper+test+rtti+makefile.mk b/editors/openoffice/files/patch-salhelper+test+rtti+makefile.mk new file mode 100644 index 000000000000..70f25048a24a --- /dev/null +++ b/editors/openoffice/files/patch-salhelper+test+rtti+makefile.mk @@ -0,0 +1,13 @@ +--- ../salhelper/test/rtti/makefile.mk.orig Sat Jul 20 23:11:56 2002 ++++ ../salhelper/test/rtti/makefile.mk Sat Jul 20 23:12:01 2002 +@@ -116,6 +116,10 @@ + SHL1VERSIONMAP= sols.map + .ELIF "$(OS)$(CPU)"=="LINUXI" + SHL1VERSIONMAP= lngi.map ++.ELIF "$(OS)$(CPU)$(COMNAME)" == "GCCFREEBSDIgcc2" ++SHL1VERSIONMAP= gcc2_freebsd_intel.map ++.ELIF "$(OS)$(CPU)$(COMNAME)" == "GCCFREEBSDIgcc3" ++SHL1VERSIONMAP= gcc3_freebsd_intel.map + .ENDIF + + diff --git a/editors/openoffice/files/patch-salhelper::test::rtti::makefile.mk b/editors/openoffice/files/patch-salhelper::test::rtti::makefile.mk new file mode 100644 index 000000000000..70f25048a24a --- /dev/null +++ b/editors/openoffice/files/patch-salhelper::test::rtti::makefile.mk @@ -0,0 +1,13 @@ +--- ../salhelper/test/rtti/makefile.mk.orig Sat Jul 20 23:11:56 2002 ++++ ../salhelper/test/rtti/makefile.mk Sat Jul 20 23:12:01 2002 +@@ -116,6 +116,10 @@ + SHL1VERSIONMAP= sols.map + .ELIF "$(OS)$(CPU)"=="LINUXI" + SHL1VERSIONMAP= lngi.map ++.ELIF "$(OS)$(CPU)$(COMNAME)" == "GCCFREEBSDIgcc2" ++SHL1VERSIONMAP= gcc2_freebsd_intel.map ++.ELIF "$(OS)$(CPU)$(COMNAME)" == "GCCFREEBSDIgcc3" ++SHL1VERSIONMAP= gcc3_freebsd_intel.map + .ENDIF + + |