diff options
author | 2012-07-21 16:23:26 +0000 | |
---|---|---|
committer | 2012-07-21 16:23:26 +0000 | |
commit | 43897e14dfec7474c74a1ffb420c2a971172235d (patch) | |
tree | 73b62e9bd47ae47b693ce3168604a9b821cbe0d1 /games-arcade/monkey-bubble/files/monkey-bubble-0.4.0-glib-single-include.patch | |
parent | Let it compile against glib-2.32 (diff) | |
download | gentoo-2-43897e14dfec7474c74a1ffb420c2a971172235d.tar.gz gentoo-2-43897e14dfec7474c74a1ffb420c2a971172235d.tar.bz2 gentoo-2-43897e14dfec7474c74a1ffb420c2a971172235d.zip |
Let it compile against glib-2.32
(Portage version: 2.1.11.9/cvs/Linux x86_64)
Diffstat (limited to 'games-arcade/monkey-bubble/files/monkey-bubble-0.4.0-glib-single-include.patch')
-rw-r--r-- | games-arcade/monkey-bubble/files/monkey-bubble-0.4.0-glib-single-include.patch | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/games-arcade/monkey-bubble/files/monkey-bubble-0.4.0-glib-single-include.patch b/games-arcade/monkey-bubble/files/monkey-bubble-0.4.0-glib-single-include.patch new file mode 100644 index 000000000000..67109beff7f7 --- /dev/null +++ b/games-arcade/monkey-bubble/files/monkey-bubble-0.4.0-glib-single-include.patch @@ -0,0 +1,45 @@ +Index: monkey-bubble-0.4.0/src/net/message-handler.c +=================================================================== +--- monkey-bubble-0.4.0.orig/src/net/message-handler.c ++++ monkey-bubble-0.4.0/src/net/message-handler.c +@@ -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-0.4.0/src/net/simple-server.c +=================================================================== +--- monkey-bubble-0.4.0.orig/src/net/simple-server.c ++++ monkey-bubble-0.4.0/src/net/simple-server.c +@@ -31,13 +31,12 @@ + #include <unistd.h> + #include <string.h> + #include <arpa/inet.h> +-#include <glib/gthread.h> ++#include <glib.h> + #include <sys/time.h> + #include <time.h> + + + #include <glib-object.h> +-#include <glib.h> + + #include "simple-server.h" + #include "message-handler.h" +Index: monkey-bubble-0.4.0/src/ui/main.c +=================================================================== +--- monkey-bubble-0.4.0.orig/src/ui/main.c ++++ monkey-bubble-0.4.0/src/ui/main.c +@@ -15,7 +15,7 @@ + #include <gtk/gtk.h> + #include <gst/gst.h> + #include <bonobo/bonobo-i18n.h> +-#include <glib/gthread.h> ++#include <glib.h> + #include <libgnomeui/gnome-ui-init.h> + + #include <math.h> |