diff options
Diffstat (limited to 'lang/mono/patches/patch-ci')
-rw-r--r-- | lang/mono/patches/patch-ci | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/lang/mono/patches/patch-ci b/lang/mono/patches/patch-ci new file mode 100644 index 00000000000..1c99cafb445 --- /dev/null +++ b/lang/mono/patches/patch-ci @@ -0,0 +1,18 @@ +$NetBSD: patch-ci,v 1.5 2009/11/25 10:13:06 kefren Exp $ +--- mcs/tools/moon/Makefile.orig 2009-11-25 10:54:11.000000000 +0200 ++++ mcs/tools/moon/Makefile 2009-11-25 10:54:30.000000000 +0200 +@@ -53,12 +53,12 @@ + test-local run-test-local run-test-ondotnet-local: + + TUNER_FLAGS = -d $(WORKING_DIR) -o $(OUTPUT_DIR) \ +- -l none \ + -c link \ + -a smcs \ + -b true \ + -g true \ +- -m display_internalized false ++ -m display_internalized false \ ++ -l + + TUNER_STEPS = \ + Mono.Tuner.InjectAttributes,Mono.Tuner:OutputStep \ |