diff options
-rw-r--r-- | net-im/meanwhile/files/patch-src_mw_debug.h | 15 | ||||
-rw-r--r-- | net/meanwhile/files/patch-src_mw_debug.h | 15 |
2 files changed, 30 insertions, 0 deletions
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 + + + /** diff --git a/net/meanwhile/files/patch-src_mw_debug.h b/net/meanwhile/files/patch-src_mw_debug.h new file mode 100644 index 000000000000..53b96e6a649a --- /dev/null +++ b/net/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 + + + /** |