summarylogtreecommitdiffstats
path: root/050-only-include-glib.h.patch
diff options
context:
space:
mode:
authorMarcell Meszaros2023-12-26 19:51:19 +0100
committerMarcell Meszaros2023-12-26 21:40:52 +0100
commit7cdc6d54f00fa2298474c733746078128e9383b1 (patch)
tree0c86241e5801f81cf4daf80adca780d94a32a510 /050-only-include-glib.h.patch
parent179519f5afe13867c87cc1b2cd0dbe130effa805 (diff)
downloadaur-monkey-bubble.tar.gz
0.4.0.r989.g3f15c50-1: update to latest github/sudheesh001/monkey-bubble commit version
Diffstat (limited to '050-only-include-glib.h.patch')
-rw-r--r--050-only-include-glib.h.patch38
1 files changed, 38 insertions, 0 deletions
diff --git a/050-only-include-glib.h.patch b/050-only-include-glib.h.patch
new file mode 100644
index 000000000000..8953b4c0932c
--- /dev/null
+++ b/050-only-include-glib.h.patch
@@ -0,0 +1,38 @@
+Index: monkey-bubble/src/net/message-handler.c
+===================================================================
+--- monkey-bubble.orig/src/net/message-handler.c 2004-12-24 12:35:30.000000000 +0100
++++ monkey-bubble/src/net/message-handler.c 2012-09-30 13:19:18.000000000 +0200
+@@ -28,7 +28,7 @@
+ #include <unistd.h>
+ #include <string.h>
+ #include <arpa/inet.h>
+-#include <glib/gthread.h>
++#include <glib.h>
+ #include <sys/time.h>
+ #include <time.h>
+
+Index: monkey-bubble/src/net/simple-server.c
+===================================================================
+--- monkey-bubble.orig/src/net/simple-server.c 2006-03-21 21:17:40.000000000 +0100
++++ monkey-bubble/src/net/simple-server.c 2012-09-30 13:19:35.000000000 +0200
+@@ -31,7 +31,6 @@
+ #include <unistd.h>
+ #include <string.h>
+ #include <arpa/inet.h>
+-#include <glib/gthread.h>
+ #include <sys/time.h>
+ #include <time.h>
+
+Index: monkey-bubble/src/ui/main.c
+===================================================================
+--- monkey-bubble.orig/src/ui/main.c 2004-12-03 08:05:59.000000000 +0100
++++ monkey-bubble/src/ui/main.c 2012-09-30 13:19:06.000000000 +0200
+@@ -14,7 +14,7 @@
+ #include <gtk/gtk.h>
+ #include <glib/gi18n.h>
+ #include <libgnome/gnome-score.h>
+-#include <glib/gthread.h>
++#include <glib.h>
+
+ #include <math.h>
+ #include <stdio.h>