summarylogtreecommitdiffstats
path: root/xdxf_makedict.patch
diff options
context:
space:
mode:
authoroslik2016-03-13 01:02:22 +0300
committeroslik2016-03-13 01:02:22 +0300
commit52ff49007a5ff07570a3630c2c3a39bfe6df6367 (patch)
tree9ef3dd75cae9d3a96e3eab6c3b1bad615d6204c9 /xdxf_makedict.patch
downloadaur-xdxf_makedict-git.tar.gz
Initial import
Diffstat (limited to 'xdxf_makedict.patch')
-rw-r--r--xdxf_makedict.patch26
1 files changed, 26 insertions, 0 deletions
diff --git a/xdxf_makedict.patch b/xdxf_makedict.patch
new file mode 100644
index 000000000000..7f7a3e3d3cad
--- /dev/null
+++ b/xdxf_makedict.patch
@@ -0,0 +1,26 @@
+--- log.old.cpp 2016-03-13 00:32:24.210852190 +0300
++++ log.cpp 2016-03-13 00:33:04.384183674 +0300
+@@ -68,6 +68,7 @@
+ g_log_set_default_handler(log, this);
+ }
+
++#ifndef g_info
+ void g_info(const gchar *fmt, ...)
+ {
+ va_list va;
+@@ -76,3 +77,4 @@
+ g_logv(G_LOG_DOMAIN, G_LOG_LEVEL_INFO, fmt, va);
+ va_end(va);
+ }
++#endif
+--- log.old.hpp 2016-03-13 00:35:42.544176395 +0300
++++ log.hpp 2016-03-13 00:35:47.154176180 +0300
+@@ -19,6 +19,8 @@
+ gpointer user_data);
+ };
+
++#ifndef g_info
+ extern void g_info(const gchar *fmt, ...);
++#endif
+
+ #endif//!_LOG_HPP_