public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in games-arcade/monkey-bubble/files: monkey-bubble-0.4.0-glib-single-include.patch
@ 2012-07-21 16:23 Pacho Ramos (pacho)
  0 siblings, 0 replies; only message in thread
From: Pacho Ramos (pacho) @ 2012-07-21 16:23 UTC (permalink / raw
  To: gentoo-commits

pacho       12/07/21 16:23:26

  Added:                monkey-bubble-0.4.0-glib-single-include.patch
  Log:
  Let it compile against glib-2.32
  
  (Portage version: 2.1.11.9/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  games-arcade/monkey-bubble/files/monkey-bubble-0.4.0-glib-single-include.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/monkey-bubble/files/monkey-bubble-0.4.0-glib-single-include.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/monkey-bubble/files/monkey-bubble-0.4.0-glib-single-include.patch?rev=1.1&content-type=text/plain

Index: monkey-bubble-0.4.0-glib-single-include.patch
===================================================================
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>





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-07-21 20:01 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-21 16:23 [gentoo-commits] gentoo-x86 commit in games-arcade/monkey-bubble/files: monkey-bubble-0.4.0-glib-single-include.patch Pacho Ramos (pacho)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox