diff options
author | dsomero <xgizzmo@slackbuilds.org> | 2012-09-16 19:07:51 -0400 |
---|---|---|
committer | dsomero <xgizzmo@slackbuilds.org> | 2012-09-16 19:42:18 -0400 |
commit | bfcae663de5e52aef2e39febc8a7b3281b6c1d14 (patch) | |
tree | 91b4e0c7181b9bd54f7e1200fc501f40fae82757 /network/gq/glib-single-include.patch | |
parent | 4abefb44e4b41d5334b225cb239691260ecd630c (diff) | |
download | slackbuilds-bfcae663de5e52aef2e39febc8a7b3281b6c1d14.tar.gz |
network/gq: Patched for glib 2.32 and gcc 4.7
Diffstat (limited to 'network/gq/glib-single-include.patch')
-rw-r--r-- | network/gq/glib-single-include.patch | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/network/gq/glib-single-include.patch b/network/gq/glib-single-include.patch new file mode 100644 index 0000000000..f09733155e --- /dev/null +++ b/network/gq/glib-single-include.patch @@ -0,0 +1,39 @@ +Index: gq-1.2.3/src/gq-hash.h +=================================================================== +--- gq-1.2.3.orig/src/gq-hash.h ++++ gq-1.2.3/src/gq-hash.h +@@ -24,7 +24,7 @@ + #ifndef GQ_ENCRYPTION_H + #define GQ_ENCRYPTION_H + +-#include <glib/garray.h> ++#include <glib.h> + #include "util.h" + + G_BEGIN_DECLS +Index: gq-1.2.3/src/gq-server-list.h +=================================================================== +--- gq-1.2.3.orig/src/gq-server-list.h ++++ gq-1.2.3/src/gq-server-list.h +@@ -26,7 +26,7 @@ + #ifndef GQ_SERVER_LIST_H + #define GQ_SERVER_LIST_H + +-#include <glib/gmacros.h> ++#include <glib.h> + #include "gq-server.h" // for GqServer + + G_BEGIN_DECLS +Index: gq-1.2.3/src/state.c +=================================================================== +--- gq-1.2.3.orig/src/state.c ++++ gq-1.2.3/src/state.c +@@ -36,7 +36,7 @@ + #include <errno.h> + + #include <glib/gi18n.h> +-#include <glib/gmessages.h> ++#include <glib.h> + #include <gtk/gtk.h> + + #include "xmlparse.h" |