]> git.pld-linux.org Git - packages/dotnet-dbus-sharp.git/commitdiff
- update auto/ac/dbus-0_23-1 auto/ac/dbus-0_23-2 auto/ac/dbus-0_23-3 auto/ac/dbus-0_23-4 auto/ac/dbus-0_23_4-1 auto/ac/dbus-0_23_4-2 auto/ac/dbus-0_23_4-3 auto/ac/dbus-0_23_4-4 auto/ac/dbus-0_23_4-5 auto/ac/dbus-0_36_2-1 auto/ac/dbus-0_36_2-2 auto/ac/dbus-0_36_2-3 auto/ac/dbus-0_50-1 auto/ac/dbus-0_50-2 auto/ac/dbus-0_50-3 auto/th/dbus-0_23_4-4_1 auto/th/dbus-0_23_4-4_2 auto/th/dbus-0_33-0_1 auto/th/dbus-0_33-0_2 auto/th/dbus-0_33-0_3 dbus-0_23_4-5
authorMarcin Krzyżanowski <marcin.krzyzanowski@hakore.com>
Thu, 13 Jan 2005 09:29:16 +0000 (09:29 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dbus-mint.patch -> 1.3

dbus-mint.patch

index 371e53144a76e3563ef4078ada1a6ddf808f80d7..c4a872fed56cd578d2ba2b2bd6c1662beac3878c 100644 (file)
@@ -1,43 +1,33 @@
---- configure.in.orig  2004-08-13 13:04:05.710336608 +0200
-+++ configure.in       2004-08-13 13:22:08.932661784 +0200
-@@ -188,24 +188,31 @@
+--- configure.in.orig  2005-01-13 10:14:39.181278096 +0100
++++ configure.in       2005-01-13 10:16:51.891103136 +0100
+@@ -193,10 +193,13 @@
  MONO_REQUIRED_VERSION=0.95
  AC_SUBST(MONO_REQUIRED_VERSION)
  PKG_CHECK_MODULES(MONO_DEPENDENCY, mono >= $MONO_REQUIRED_VERSION, have_mono=true, have_mono=false)
 +PKG_CHECK_MODULES(MONO_DEPENDENCY, mint >= $MONO_REQUIRED_VERSION, have_mint=true, have_mint=false)
  
- if test "x$have_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
-+      LIB_SUFFIX=.dylib
-+    else
-       AC_PATH_PROG(RUNTIME, mono, no)
-       AC_PATH_PROG(CSC, mcs, no)
-       LIB_PREFIX=.so
--    LIB_SUFFIX=
--fi
-+      LIB_SUFFIX=
-+    fi
+ if test "x$enable_mono" = "xyes"; then
+       if test "x$have_mono" = "xfalse"; then
+-              AC_MSG_ERROR([Mono was not found])
++          if test "x$have_mint" = "xfalse"; then
++              AC_MSG_ERROR([Mono or Mint was not found])
++          fi
+       fi
+ fi
+@@ -213,10 +216,15 @@
+               LIB_SUFFIX=
+       fi
  else
--AC_PATH_PROG(CSC, csc.exe, no)
--RUNTIME=
--LIB_PREFIX=
--LIB_SUFFIX=.dylib
 +    if test "x$have_mint" = "xtrue"; then
 +      AC_PATH_PROG(RUNTIME, mint, no)
 +      AC_PATH_PROG(CSC, mcs, no)
 +    else
-+      AC_PATH_PROG(CSC, csc.exe, no)
-+      RUNTIME=
-+      LIB_PREFIX=
-+      LIB_SUFFIX=.dylib
+       AC_PATH_PROG(CSC, csc.exe, no)
+       RUNTIME=
+       LIB_PREFIX=
+       LIB_SUFFIX=.dylib
 +    fi
-+    
  fi
  
  if test x$enable_mono = xyes; then
This page took 0.095066 seconds and 4 git commands to generate.