From: Iain Lane <laney@ubuntu.com>
Date: Sun, 22 May 2011 19:25:51 +0100
Subject: Add new patch to not use hardcoded 'ilasm2'

Required for Debian's 2.10
---
 glib/Makefile.am |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/glib/Makefile.am b/glib/Makefile.am
index 9156145..9bda459 100644
--- a/glib/Makefile.am
+++ b/glib/Makefile.am
@@ -10,7 +10,7 @@ all: patch-glib
 patch-glib: patch.dll
 	monodis glib-sharp.dll | awk -v self=$(srcdir)/apply-patch.awk \
 		-v mode=1 -f $(srcdir)/apply-patch.awk > glib-sharp.il
-	ilasm2 /dll /output:glib-sharp.dll glib-sharp.il
+	ilasm /dll /output:glib-sharp.dll glib-sharp.il
 	rm glib-sharp.il
 
 patch.dll: patch.cs glib-sharp.dll
-- 
