diff options
author | recht <recht@pkgsrc.org> | 2004-06-26 20:19:16 +0000 |
---|---|---|
committer | recht <recht@pkgsrc.org> | 2004-06-26 20:19:16 +0000 |
commit | d6118611b1e9bafa2ef6d0851b786659a852eaec (patch) | |
tree | b0d272fef0ee5e3275a3e65b8489fefa4ef6422c /lang/mono/patches/patch-bb | |
parent | dc2a2df29b2510a8ab9f61fd3f10ea220b11f0d0 (diff) | |
download | pkgsrc-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-bb | 13 |
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. |