summaryrefslogtreecommitdiff
path: root/lang/mono6/patches/patch-mono_tests_Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'lang/mono6/patches/patch-mono_tests_Makefile.am')
-rw-r--r--lang/mono6/patches/patch-mono_tests_Makefile.am15
1 files changed, 15 insertions, 0 deletions
diff --git a/lang/mono6/patches/patch-mono_tests_Makefile.am b/lang/mono6/patches/patch-mono_tests_Makefile.am
new file mode 100644
index 00000000000..45b278dc117
--- /dev/null
+++ b/lang/mono6/patches/patch-mono_tests_Makefile.am
@@ -0,0 +1,15 @@
+$NetBSD: patch-mono_tests_Makefile.am,v 1.1 2019/08/25 16:37:01 maya Exp $
+
+Replace python executable name.
+
+--- mono/tests/Makefile.am.orig 2019-07-18 07:46:08.000000000 +0000
++++ mono/tests/Makefile.am
+@@ -3151,7 +3151,7 @@ coreclr-gcstress:
+ # Tests for the Mono lldb plugin
+ EXTRA_DIST += test_lldb.py test-lldb.cs
+ test-lldb: test-lldb.exe
+- python test_lldb.py $(JITTEST_PROG)
++ @PYTHONBIN@ test_lldb.py $(JITTEST_PROG)
+
+ noinst_LTLIBRARIES = libtest.la
+