File project.diff of Package mingw32-mono
--- mingw32-mono.spec.orig
+++ mingw32-mono.spec
@@ -18,7 +18,10 @@
# The embedded boehm gc for mono 2.10 does not compile for 64 bit. Until it
# is updated to a version that compiles, we must use an external variant.
+#%define use_external_boehm 1
+# We disable external boehm in wix projects, to avoid bootstrap problems with mingw32-zlib.
%define use_external_boehm 1
+
Name: mingw32-mono
Version: 3.0.7
Release: 0
@@ -31,6 +34,7 @@ Source1000: mingw32-mono-rpmlintrc
Patch1: 0005-Do-not-define-GC_DLL-for-GNU-compiler.patch
Patch5: mono-2.10.1-hide-pointer.patch
Patch101: mono-2.10.1-build-mingw.patch
+Patch102: mono-3.0.7-LLVM.patch
#!BuildIgnore: post-build-checks
BuildRequires: autoconf
BuildRequires: automake
@@ -71,6 +75,7 @@ This package lets you run Mono in Wine.
%patch100 -p1
%endif
%patch101 -p1
+%patch102 -p1
%build
chmod +x build-mingw.sh