summaryrefslogtreecommitdiff
path: root/lang/mono/patches/patch-bc
diff options
context:
space:
mode:
Diffstat (limited to 'lang/mono/patches/patch-bc')
-rw-r--r--lang/mono/patches/patch-bc12
1 files changed, 6 insertions, 6 deletions
diff --git a/lang/mono/patches/patch-bc b/lang/mono/patches/patch-bc
index 9687a34322c..cf789258d92 100644
--- a/lang/mono/patches/patch-bc
+++ b/lang/mono/patches/patch-bc
@@ -1,21 +1,21 @@
-$NetBSD: patch-bc,v 1.2 2004/11/22 13:42:42 adam Exp $
+$NetBSD: patch-bc,v 1.3 2005/03/27 10:25:51 recht Exp $
---- mono/mini/Makefile.in.orig 2004-10-29 16:11:20.000000000 +0000
+--- mono/mini/Makefile.in.orig Fri Mar 18 16:08:49 2005
+++ mono/mini/Makefile.in
-@@ -943,15 +943,15 @@ mbench: test.exe
+@@ -1124,15 +1124,15 @@ mbench: test.exe
stat1: mono bench.exe
- ./mono --verbose --statfile stats.pl --regression bench.exe
+ $(RUNTIME) --verbose --statfile stats.pl --regression bench.exe
- perl viewstat.pl stats.pl
+ $(PERL) viewstat.pl stats.pl
stat2: mono basic.exe
- ./mono --verbose --statfile stats.pl --regression basic.exe
+ $(RUNTIME) --verbose --statfile stats.pl --regression basic.exe
- perl viewstat.pl -e stats.pl
+ $(PERL) viewstat.pl -e stats.pl
stat3: mono bench.exe
- ./mono --statfile stats.pl --ncompile 1000 --compile Tests:test_0_many_nested_loops bench.exe
+ $(RUNTIME) --statfile stats.pl --ncompile 1000 --compile Tests:test_0_many_nested_loops bench.exe
- perl viewstat.pl stats.pl
+ $(PERL) viewstat.pl stats.pl