diff options
author | marcus <marcus@FreeBSD.org> | 2004-03-02 07:14:20 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-03-02 07:14:20 +0000 |
commit | b274acbf1e5e7cd8b5ce1bf43988b9e402a15d59 (patch) | |
tree | 27cf3bea96308c66ae95bfb946b97e5c2f92ea2c /lang/mono | |
parent | ff42230b59c4c1fecbb3239ed06bb20fa7c2b0b0 (diff) | |
download | FreeBSD-ports-b274acbf1e5e7cd8b5ce1bf43988b9e402a15d59.zip FreeBSD-ports-b274acbf1e5e7cd8b5ce1bf43988b9e402a15d59.tar.gz |
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>
Diffstat (limited to 'lang/mono')
-rw-r--r-- | lang/mono/files/patch-mono_Makefile.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/lang/mono/files/patch-mono_Makefile.in b/lang/mono/files/patch-mono_Makefile.in new file mode 100644 index 0000000..7c570d2 --- /dev/null +++ b/lang/mono/files/patch-mono_Makefile.in @@ -0,0 +1,11 @@ +--- 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 |