File newer-mono-compile.patch of Package uiautomationwinforms
diff -uprN uiautomationwinforms-2.0.2.old/configure uiautomationwinforms-2.0.2.new/configure
--- uiautomationwinforms-2.0.2.old/configure 2010-03-31 21:50:49.000000000 +0400
+++ uiautomationwinforms-2.0.2.new/configure 2015-05-05 04:30:07.741399227 +0300
@@ -7344,7 +7344,7 @@ $as_echo "yes" >&6; }
:
fi
-gacutil -l System.Data | grep "Version=2"
+gacutil -l System.Data | grep "Version=4"
if test "$?" -ne "0"; then
{ { $as_echo "$as_me:$LINENO: error: mono-data >= 2.2 is missing" >&5
$as_echo "$as_me: error: mono-data >= 2.2 is missing" >&2;}
diff -uprN uiautomationwinforms-2.0.2.old/UIAutomationWinforms/Makefile.in uiautomationwinforms-2.0.2.new/UIAutomationWinforms/Makefile.in
--- uiautomationwinforms-2.0.2.old/UIAutomationWinforms/Makefile.in 2010-03-31 21:50:48.000000000 +0400
+++ uiautomationwinforms-2.0.2.new/UIAutomationWinforms/Makefile.in 2015-05-05 04:30:59.521941473 +0300
@@ -205,8 +205,8 @@ EXTRA_DIST = $(build_sources) $(build_re
# Warning: This is an automatically generated file, do not edit!
@ENABLE_DEBUG_TRUE@ASSEMBLY_COMPILER_COMMAND = gmcs
@ENABLE_RELEASE_TRUE@ASSEMBLY_COMPILER_COMMAND = gmcs
-@ENABLE_DEBUG_TRUE@ASSEMBLY_COMPILER_FLAGS = -noconfig -codepage:utf8 -warn:4 -warnaserror -optimize+ -debug "-define:DEBUG" -keyfile:../mono-uia.snk
-@ENABLE_RELEASE_TRUE@ASSEMBLY_COMPILER_FLAGS = -keyfile:../mono-uia.snk -noconfig -codepage:utf8 -warn:4 -warnaserror -optimize+
+@ENABLE_DEBUG_TRUE@ASSEMBLY_COMPILER_FLAGS = -noconfig -codepage:utf8 -warn:4 -optimize+ -debug "-define:DEBUG" -keyfile:../mono-uia.snk
+@ENABLE_RELEASE_TRUE@ASSEMBLY_COMPILER_FLAGS = -keyfile:../mono-uia.snk -noconfig -codepage:utf8 -warn:4 -optimize+
@ENABLE_DEBUG_TRUE@ASSEMBLY = bin/Debug/UIAutomationWinforms.dll
@ENABLE_RELEASE_TRUE@ASSEMBLY = bin/Release/UIAutomationWinforms.dll
@ENABLE_DEBUG_TRUE@ASSEMBLY_MDB = $(ASSEMBLY).mdb
diff -uprN uiautomationwinforms-2.0.2.old/UIAutomationWinformsTests/Makefile.in uiautomationwinforms-2.0.2.new/UIAutomationWinformsTests/Makefile.in
--- uiautomationwinforms-2.0.2.old/UIAutomationWinformsTests/Makefile.in 2010-03-31 21:50:48.000000000 +0400
+++ uiautomationwinforms-2.0.2.new/UIAutomationWinformsTests/Makefile.in 2015-05-05 04:30:41.880097459 +0300
@@ -206,8 +206,8 @@ EXTRA_DIST = $(build_sources) $(build_re
# Warning: This is an automatically generated file, do not edit!
@ENABLE_DEBUG_TRUE@ASSEMBLY_COMPILER_COMMAND = gmcs
@ENABLE_RELEASE_TRUE@ASSEMBLY_COMPILER_COMMAND = gmcs
-@ENABLE_DEBUG_TRUE@ASSEMBLY_COMPILER_FLAGS = -keyfile:../mono-uia.snk -noconfig -codepage:utf8 -warn:4 -warnaserror -optimize+ -debug "-define:DEBUG"
-@ENABLE_RELEASE_TRUE@ASSEMBLY_COMPILER_FLAGS = -keyfile:../mono-uia.snk -noconfig -codepage:utf8 -warn:4 -warnaserror -optimize+
+@ENABLE_DEBUG_TRUE@ASSEMBLY_COMPILER_FLAGS = -keyfile:../mono-uia.snk -noconfig -codepage:utf8 -warn:4 -optimize+ -debug "-define:DEBUG"
+@ENABLE_RELEASE_TRUE@ASSEMBLY_COMPILER_FLAGS = -keyfile:../mono-uia.snk -noconfig -codepage:utf8 -warn:4 -optimize+
@ENABLE_DEBUG_TRUE@ASSEMBLY = bin/Debug/UIAutomationWinformsTests.dll
@ENABLE_RELEASE_TRUE@ASSEMBLY = bin/Release/UIAutomationWinformsTests.dll
@ENABLE_DEBUG_TRUE@ASSEMBLY_MDB = $(ASSEMBLY).mdb