diff options
author | 2012-07-21 16:18:17 +0000 | |
---|---|---|
committer | 2012-07-21 16:18:17 +0000 | |
commit | 51d0e2cac0a5c40fedd0e9c8e68f961bbf13aa93 (patch) | |
tree | cab969f6afaf0496b440b0041836a68556217b95 /net-misc/gwget/files | |
parent | Use proper jdk slots to build, bug #422603 by Ralph Sennhauser. (diff) | |
download | historical-51d0e2cac0a5c40fedd0e9c8e68f961bbf13aa93.tar.gz historical-51d0e2cac0a5c40fedd0e9c8e68f961bbf13aa93.tar.bz2 historical-51d0e2cac0a5c40fedd0e9c8e68f961bbf13aa93.zip |
Let it compile against glib-2.32
Package-Manager: portage-2.1.11.9/cvs/Linux x86_64
Diffstat (limited to 'net-misc/gwget/files')
-rw-r--r-- | net-misc/gwget/files/gwget-1.0.4-glib-single-include.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/net-misc/gwget/files/gwget-1.0.4-glib-single-include.patch b/net-misc/gwget/files/gwget-1.0.4-glib-single-include.patch new file mode 100644 index 000000000000..a5cf4ee995bc --- /dev/null +++ b/net-misc/gwget/files/gwget-1.0.4-glib-single-include.patch @@ -0,0 +1,13 @@ +Index: gwget-1.0.4/src/gwget-application.h +=================================================================== +--- gwget-1.0.4.orig/src/gwget-application.h ++++ gwget-1.0.4/src/gwget-application.h +@@ -18,7 +18,7 @@ + #ifndef GWGET_APPLICATION_H + #define GWGET_APPLICATION_H + +-#include <glib/gerror.h> ++#include <glib.h> + #include <glib-object.h> + + G_BEGIN_DECLS |