From 25cfc597f5d6817c7be52c6a13b2d7ab1713f920 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Marcin=20Krzy=C5=BCanowski?= Date: Thu, 13 Jan 2005 09:29:16 +0000 Subject: [PATCH] - update Changed files: dbus-mint.patch -> 1.3 --- dbus-mint.patch | 48 +++++++++++++++++++----------------------------- 1 file changed, 19 insertions(+), 29 deletions(-) diff --git a/dbus-mint.patch b/dbus-mint.patch index 371e531..c4a872f 100644 --- a/dbus-mint.patch +++ b/dbus-mint.patch @@ -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 -- 2.44.0