summaryrefslogtreecommitdiff
path: root/lang/mono/patches/patch-bb
diff options
context:
space:
mode:
authorrecht <recht@pkgsrc.org>2004-06-26 20:19:16 +0000
committerrecht <recht@pkgsrc.org>2004-06-26 20:19:16 +0000
commitd6118611b1e9bafa2ef6d0851b786659a852eaec (patch)
treeb0d272fef0ee5e3275a3e65b8489fefa4ef6422c /lang/mono/patches/patch-bb
parentdc2a2df29b2510a8ab9f61fd3f10ea220b11f0d0 (diff)
downloadpkgsrc-d6118611b1e9bafa2ef6d0851b786659a852eaec.tar.gz
update to mono-0.97 (release candidate 1)
Changes include: - any bug-fixes and code generator improvements - new Thread.Abort implementation, - I/O libraries - speed improvements ... and much more
Diffstat (limited to 'lang/mono/patches/patch-bb')
-rw-r--r--lang/mono/patches/patch-bb13
1 files changed, 13 insertions, 0 deletions
diff --git a/lang/mono/patches/patch-bb b/lang/mono/patches/patch-bb
new file mode 100644
index 00000000000..563ab08dfe0
--- /dev/null
+++ b/lang/mono/patches/patch-bb
@@ -0,0 +1,13 @@
+$NetBSD: patch-bb,v 1.1 2004/06/26 20:19:16 recht Exp $
+
+--- mono/metadata/Makefile.in.orig 2004-06-26 14:05:44.000000000 +0200
++++ mono/metadata/Makefile.in 2004-06-26 14:05:51.000000000 +0200
+@@ -682,7 +682,7 @@
+ @WITH_BUNDLE_TRUE@ @if test -f $@; then :; else rm -f mono-bundle.stamp; $(MAKE) mono-bundle.stamp; fi
+ @WITH_BUNDLE_TRUE@mono-bundle.stamp: $(BUNDLE_FILE) $(srcdir)/make-bundle.pl
+ @WITH_BUNDLE_TRUE@ echo stamp > $@t
+-@WITH_BUNDLE_TRUE@ perl $(srcdir)/make-bundle.pl $(BUNDLE_FILE) mono-bundle.h mono-bundle.s
++@WITH_BUNDLE_TRUE@ $(PERL) $(srcdir)/make-bundle.pl $(BUNDLE_FILE) mono-bundle.h mono-bundle.s
+ @WITH_BUNDLE_TRUE@ mv $@t $@
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.