freebsd-ports/lang/mono/files/patch-mono_Makefile.in
Joe Marcus Clarke 4ca49b3eb6 Remove the tests directory from the build since it ropes in a bogus bash
BUILD_DEPENDS.  This problem will be resolved in the next release of mono.

Submitted by:	Tom McLaughlin <tmclaugh@sdf.lonestar.org>
2004-03-02 07:14:20 +00:00

11 lines
520 B
Text

--- mono/Makefile.in.bak Mon Feb 2 17:02:39 2004
+++ mono/Makefile.in Tue Mar 2 01:48:16 2004
@@ -123,7 +123,7 @@
@PLATFORM_WIN32_TRUE@ arch monograph interpreter mini tests benchmark profiler
@PLATFORM_WIN32_FALSE@SUBDIRS = utils io-layer monoburg os metadata cil dis \
-@PLATFORM_WIN32_FALSE@ arch monograph interpreter mini tests benchmark handles profiler
+@PLATFORM_WIN32_FALSE@ arch monograph interpreter mini benchmark handles profiler
subdir = mono
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs