diff options
author | Cody Smith <cody.smith9202@gmail.com> | 2013-10-12 13:15:50 -0700 |
---|---|---|
committer | hasufell <hasufell@gentoo.org> | 2013-11-02 11:50:23 +0100 |
commit | 5cf313cd9b4ff9622178bfcb7b23951b9097b5a2 (patch) | |
tree | 2a6d32e4922738fba4a6c6b9f6326a9631325cf0 /x11-plugins/pidgin-gfire | |
parent | Added patch to fix glib errors (diff) | |
download | sunrise-reviewed-5cf313cd9b4ff9622178bfcb7b23951b9097b5a2.tar.gz sunrise-reviewed-5cf313cd9b4ff9622178bfcb7b23951b9097b5a2.tar.bz2 sunrise-reviewed-5cf313cd9b4ff9622178bfcb7b23951b9097b5a2.zip |
patch added for Glib fixes
Diffstat (limited to 'x11-plugins/pidgin-gfire')
-rw-r--r-- | x11-plugins/pidgin-gfire/files/pdgin-gfire-0.9.4-glib.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/x11-plugins/pidgin-gfire/files/pdgin-gfire-0.9.4-glib.patch b/x11-plugins/pidgin-gfire/files/pdgin-gfire-0.9.4-glib.patch new file mode 100644 index 000000000..c0bf1bef4 --- /dev/null +++ b/x11-plugins/pidgin-gfire/files/pdgin-gfire-0.9.4-glib.patch @@ -0,0 +1,13 @@ +--- src/gf_base_original.h 2013-10-12 10:34:57.606992925 -0700 ++++ src/gf_base.h 2013-10-12 10:36:00.832991848 -0700 +@@ -56,10 +56,7 @@ + #include <errno.h> + + // Glib +-#include <glib-object.h> + #include <glib.h> +-#include <glib/gprintf.h> +-#include <glib/gthread.h> + + #ifdef HAVE_GTK + #include <gtk/gtk.h> |