From 9655a1619fd04f4eaec04c52dd418cc94d5b2d4f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Marcin=20Krzy=C5=BCanowski?= Date: Fri, 13 Aug 2004 13:03:53 +0000 Subject: [PATCH] - do not stop building if mint not found Changed files: dbus-mint.patch -> 1.2 --- dbus-mint.patch | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dbus-mint.patch b/dbus-mint.patch index 7941fe8..371e531 100644 --- a/dbus-mint.patch +++ b/dbus-mint.patch @@ -1,6 +1,6 @@ --- configure.in.orig 2004-08-13 13:04:05.710336608 +0200 +++ configure.in 2004-08-13 13:22:08.932661784 +0200 -@@ -188,24 +188,32 @@ +@@ -188,24 +188,31 @@ 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) @@ -36,7 +36,6 @@ + RUNTIME= + LIB_PREFIX= + LIB_SUFFIX=.dylib -+ AC_MSG_ERROR([Unable to find mono or mint packages]); + fi + fi -- 2.44.0