diff options
author | Niels Horn <niels.horn@gmail.com> | 2012-09-16 13:47:05 -0300 |
---|---|---|
committer | dsomero <xgizzmo@slackbuilds.org> | 2012-09-16 19:44:12 -0400 |
commit | d2d03507121185d390ab98bac5dc29402e1361d4 (patch) | |
tree | 3b1aa1ab1a573be4bae56bbc7b824971e9e31d12 /games/monkey-bubble/monkey-bubble_glib.patch | |
parent | f5d962b1ae6dfc11d3fea7322c289082482176fa (diff) | |
download | slackbuilds-d2d03507121185d390ab98bac5dc29402e1361d4.tar.gz |
games/monkey-bubble: Fixed to build against gcc-4.7
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'games/monkey-bubble/monkey-bubble_glib.patch')
-rw-r--r-- | games/monkey-bubble/monkey-bubble_glib.patch | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/games/monkey-bubble/monkey-bubble_glib.patch b/games/monkey-bubble/monkey-bubble_glib.patch new file mode 100644 index 0000000000..c8b015d91d --- /dev/null +++ b/games/monkey-bubble/monkey-bubble_glib.patch @@ -0,0 +1,33 @@ +--- monkey-bubble-0.4.0/src/net/message-handler.c 2004-12-24 09:35:30.000000000 -0200 ++++ monkey-bubble-0.4.0_patched/src/net/message-handler.c 2012-09-16 13:23:34.000000000 -0300 +@@ -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> + +--- monkey-bubble-0.4.0/src/net/simple-server.c 2006-03-21 17:17:40.000000000 -0300 ++++ monkey-bubble-0.4.0_patched/src/net/simple-server.c 2012-09-16 13:23:55.000000000 -0300 +@@ -31,7 +31,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> + +--- monkey-bubble-0.4.0/src/ui/main.c 2004-12-03 05:05:59.000000000 -0200 ++++ monkey-bubble-0.4.0_patched/src/ui/main.c 2012-09-16 13:24:07.000000000 -0300 +@@ -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> |