]> git.pld-linux.org Git - packages/dotnet-gtk-sharp.git/commitdiff
- up for version 0.98
authoraflinta <aflinta@pld-linux.org>
Sun, 20 Jun 2004 16:28:28 +0000 (16:28 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dotnet-gtk-sharp-mint.patch -> 1.2

dotnet-gtk-sharp-mint.patch

index cd441d249c75b58c0a91f7f0783bc129868b6cef..15a0824909030f820b8d3c2992015140ea2d3a53 100644 (file)
@@ -1,53 +1,45 @@
-diff -Nuard gtk-sharp-0.93.orig/configure.in gtk-sharp-0.93/configure.in
---- gtk-sharp-0.93.orig/configure.in   2004-05-31 21:23:48.000000000 +0200
-+++ gtk-sharp-0.93/configure.in        2004-06-11 21:37:56.027002048 +0200
-@@ -61,28 +61,38 @@
+diff -urN gtk-sharp-0.98.orig/configure.in gtk-sharp-0.98/configure.in
+--- gtk-sharp-0.98.orig/configure.in   2004-06-20 12:44:16.977015568 +0200
++++ gtk-sharp-0.98/configure.in        2004-06-20 12:50:28.532530544 +0200
+@@ -62,6 +62,7 @@
  
- MONO_REQUIRED_VERSION=0.91.99
+ MONO_REQUIRED_VERSION=0.96
  PKG_CHECK_MODULES(MONO_DEPENDENCY, mono >= $MONO_REQUIRED_VERSION, has_mono=true, has_mono=false)
 +PKG_CHECK_MODULES(MINT_DEPENDENCY, mint >= $MONO_REQUIRED_VERSION, has_mint=true, has_mint=false)
  
  if test "x$has_mono" = "xtrue"; then
--if test `uname -s` = "Darwin"; then
-+    if test `uname -s` = "Darwin"; then
-       AC_PATH_PROG(RUNTIME, mint, no)
-       AC_PATH_PROG(CSC, mcs, no)
-       LIB_PREFIX=
-       LIB_SUFFIX=.dylib
--else
-+    else
-       AC_PATH_PROG(RUNTIME, mono, no)
-       AC_PATH_PROG(CSC, mcs, no)
-       LIB_PREFIX=.so
+ GACUTIL_FLAGS='/package $(PACKAGE) /gacdir $(libdir)'
+@@ -76,17 +77,22 @@
        LIB_SUFFIX=
--fi
--else
+ fi
+ else
 -AC_PATH_PROG(CSC, csc.exe, no)
+-GACUTIL_FLAGS=
+-GENERATED_SOURCES=generated\\\\*.cs
+-
 -if test x$CSC = "xno"; then
 -      AC_MSG_ERROR([You need to install either mono or .Net])
-+    fi
-+    
- else
+-else
 -RUNTIME=
 -LIB_PREFIX=
 -LIB_SUFFIX=.dylib
 -fi
-+dnl use mint if mono is not found
-+    if test "x$has_mint" = "xtrue"; then
-+      AC_PATH_PROG(RUNTIME, mint, no)
-+      AC_PATH_PROG(CSC, mcs, no)
-+      LIB_PREFIX=
-+      LIB_SUFFIX=.so
-+    else
-+      AC_PATH_PROG(CSC, csc.exe, no)
-+      if test x$CSC = "xno"; then
-+          AC_MSG_ERROR([You need to install either mono or .Net])
-+      else
-+          RUNTIME=
-+          LIB_PREFIX=
-+          LIB_SUFFIX=.dylib
-+      fi
-+    fi
++dnl use mint if mono is not found                                                                                               
++    if test "x$has_mint" = "xtrue"; then                                                                                        
++       AC_PATH_PROG(RUNTIME, mint, no)                                                                                          
++       AC_PATH_PROG(CSC, mcs, no)                                                                                               
++       LIB_PREFIX=                                                                                                              
++       LIB_SUFFIX=.so                                                                                                           
++    else                                                                                                                        
++       AC_PATH_PROG(CSC, csc.exe, no)                                                                                           
++       if test x$CSC = "xno"; then                                                                                              
++           AC_MSG_ERROR([You need to install either mono or .Net])                                                              
++       else                                                                                                                     
++           RUNTIME=                                                                                                             
++           LIB_PREFIX=                                                                                                          
++           LIB_SUFFIX=.dylib                                                                                                    
++       fi                                                                                                                       
++    fi           
  fi
  
  CS="C#"
This page took 0.046996 seconds and 4 git commands to generate.