aboutsummaryrefslogtreecommitdiffstats
path: root/net-im
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2005-03-14 08:54:58 +0800
committermarcus <marcus@FreeBSD.org>2005-03-14 08:54:58 +0800
commitfba251fbe373ef036ac9397112dfd9392e27c40c (patch)
treed086025c67262bc7b00541200cdae6c9447809d4 /net-im
parent88f2aef0fcf6980fd96d13b0eb0815ed49db526c (diff)
downloadfreebsd-ports-gnome-fba251fbe373ef036ac9397112dfd9392e27c40c.tar.gz
freebsd-ports-gnome-fba251fbe373ef036ac9397112dfd9392e27c40c.tar.zst
freebsd-ports-gnome-fba251fbe373ef036ac9397112dfd9392e27c40c.zip
Fix the build with glib-2.6.
Diffstat (limited to 'net-im')
-rw-r--r--net-im/meanwhile/files/patch-src_mw_debug.h15
1 files changed, 15 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
+
+
+ /**