]> git.pld-linux.org Git - packages/dotnet-gtksourceview-sharp.git/commitdiff
- MacOSX use mono, not mint
authorMarcin Krzyżanowski <marcin.krzyzanowski@hakore.com>
Mon, 5 Jul 2004 19:46:59 +0000 (19:46 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dotnet-gtksourceview-sharp-mint.patch -> 1.2

dotnet-gtksourceview-sharp-mint.patch

index c6603ca048d757489cec8eb607541ba1bd4945bf..c3f89d58e5c9de78578fa1afc2013188caacd8a0 100644 (file)
@@ -36,7 +36,7 @@ diff -Nuard gtksourceview-sharp-0.5.orig/configure.in gtksourceview-sharp-0.5/co
 -if test x$CSC = "xno"; then
 -    AC_MSG_ERROR([You need to install either mono or .Net])
 +    if test `uname -s` = "Darwin"; then
-+      AC_PATH_PROG(RUNTIME, mint, no)
++      AC_PATH_PROG(RUNTIME, mono, no)
 +      AC_PATH_PROG(CSC, mcs, no)
 +      LIB_PREFIX=
 +      LIB_SUFFIX=.dylib
This page took 0.083593 seconds and 4 git commands to generate.