diff options
Diffstat (limited to 'community/google-gadgets/google-gadgets-0.11.2-glib-2.31.patch')
-rw-r--r-- | community/google-gadgets/google-gadgets-0.11.2-glib-2.31.patch | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/community/google-gadgets/google-gadgets-0.11.2-glib-2.31.patch b/community/google-gadgets/google-gadgets-0.11.2-glib-2.31.patch new file mode 100644 index 000000000..912f47235 --- /dev/null +++ b/community/google-gadgets/google-gadgets-0.11.2-glib-2.31.patch @@ -0,0 +1,25 @@ +--- google-gadgets-for-linux-0.11.2.orig/ggadget/gtk/main_loop.cc 2009-12-28 05:39:59.000000000 -0500 ++++ google-gadgets-for-linux-0.11.2/ggadget/gtk/main_loop.cc 2012-12-03 19:27:35.160966552 -0500 +@@ -16,9 +16,8 @@ + + #include <fcntl.h> + #include <stdint.h> +-#include <glib/ghash.h> ++#include <glib.h> + #include <gtk/gtk.h> +-#include <glib/gthread.h> + #include <ggadget/common.h> + #include "main_loop.h" + #include "utilities.h" + +--- google-gadgets-for-linux-0.11.2.orig/hosts/gtk/main.cc 2009-09-22 04:12:00.000000000 -0500 ++++ google-gadgets-for-linux-0.11.2/hosts/gtk/main.cc 2012-12-01 03:56:37.320907813 -0500 +@@ -15,7 +15,7 @@ + */ + + #include <gtk/gtk.h> +-#include <glib/gthread.h> ++#include <glib.h> + #include <locale.h> + #include <signal.h> + #include <unistd.h> |