File gtk-sharp2-gmcs-as-compiler.patch of Package gtk-sharp2
Index: gtk-sharp-2.12.10/configure.in =================================================================== --- gtk-sharp-2.12.10.orig/configure.in +++ gtk-sharp-2.12.10/configure.in @@ -136,7 +136,7 @@ if test "x$RUNTIME" != "no" ; then RUNTIME=mono fi -AC_PATH_PROG(CSC, mcs, no) +AC_PATH_PROG(CSC, gmcs, no) if test `uname -s` = "Darwin"; then LIB_PREFIX= LIB_SUFFIX=.dylib