summaryrefslogtreecommitdiff
path: root/community/gnubiff/gnubiff-2.2.15-glib.patch
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2012-12-05 07:02:59 -0500
committerOmar Vega Ramos <ovruni@gnu.org.pe>2012-12-05 07:02:59 -0500
commit6cf4712d8f10c8d1fa338d5498deb1ced11e5579 (patch)
treea888a34885e23134586d5d3877c35da40e22e37b /community/gnubiff/gnubiff-2.2.15-glib.patch
parent68e5dc2c6878275b5441f6afb33a96d669779acb (diff)
Add gnubiff-2.2.15-glib.patch
Diffstat (limited to 'community/gnubiff/gnubiff-2.2.15-glib.patch')
-rw-r--r--community/gnubiff/gnubiff-2.2.15-glib.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/community/gnubiff/gnubiff-2.2.15-glib.patch b/community/gnubiff/gnubiff-2.2.15-glib.patch
new file mode 100644
index 000000000..ed4b0cc5b
--- /dev/null
+++ b/community/gnubiff/gnubiff-2.2.15-glib.patch
@@ -0,0 +1,12 @@
+--- gnubiff-2.2.15.orig/src/gnubiff.cc 2012-01-08 15:55:47.000000000 -0500
++++ gnubiff-2.2.15/src/gnubiff.cc 2012-12-05 06:43:35.161272119 -0500
+@@ -60,7 +60,9 @@
+ #endif
+
+ // Thread initialization
++ #if !GLIB_CHECK_VERSION(2,31,0)
+ g_thread_init (NULL);
++ #endif
+ gdk_threads_init ();
+
+ //