From fba251fbe373ef036ac9397112dfd9392e27c40c Mon Sep 17 00:00:00 2001 From: marcus Date: Mon, 14 Mar 2005 00:54:58 +0000 Subject: Fix the build with glib-2.6. --- net-im/meanwhile/files/patch-src_mw_debug.h | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 net-im/meanwhile/files/patch-src_mw_debug.h (limited to 'net-im/meanwhile') diff --git a/net-im/meanwhile/files/patch-src_mw_debug.h b/net-im/meanwhile/files/patch-src_mw_debug.h new file mode 100644 index 000000000000..53b96e6a649a --- /dev/null +++ b/net-im/meanwhile/files/patch-src_mw_debug.h @@ -0,0 +1,15 @@ +--- src/mw_debug.h.orig Sun Mar 13 19:52:16 2005 ++++ src/mw_debug.h Sun Mar 13 19:52:51 2005 +@@ -9,8 +9,12 @@ + #define NSTR(str) ((str != NULL)? str: "(null)") + + ++#ifndef g_debug + #define g_debug(format...) g_log(G_LOG_DOMAIN, G_LOG_LEVEL_DEBUG, format) ++#endif ++#ifndef g_info + #define g_info(format...) g_log(G_LOG_DOMAIN, G_LOG_LEVEL_INFO, format) ++#endif + + + /** -- cgit