From: Jan Rękorajski Date: Sat, 3 Aug 2013 15:57:41 +0000 (+0200) Subject: - fix building with current glib2 X-Git-Tag: auto/th/gxine-0.5.907-1 X-Git-Url: http://git.pld-linux.org/gitweb.cgi?a=commitdiff_plain;h=a2744dd6d232927fdc20fa65b60b307a5703f298;p=packages%2Fgxine.git - fix building with current glib2 --- diff --git a/glib.patch b/glib.patch new file mode 100644 index 0000000..d7353af --- /dev/null +++ b/glib.patch @@ -0,0 +1,32 @@ +--- gxine-0.5.905/src/console_output.h~ 2009-12-19 17:18:41.000000000 +0100 ++++ gxine-0.5.905/src/console_output.h 2013-08-03 17:43:18.873769563 +0200 +@@ -21,7 +21,7 @@ + #ifndef GXINE_CONSOLE_OUTPUT_H + #define GXINE_CONSOLE_OUTPUT_H + +-#include ++#include + + void console_output_init (void); + +--- gxine-0.5.905/src/engine.c~ 2009-12-19 17:18:41.000000000 +0100 ++++ gxine-0.5.905/src/engine.c 2013-08-03 17:43:49.863768470 +0200 +@@ -30,7 +30,7 @@ + #include + #include + +-#include ++#include + + #include "engine.h" + #include "ui.h" +--- gxine-0.5.905/src/main.c~ 2009-12-19 17:18:41.000000000 +0100 ++++ gxine-0.5.905/src/main.c 2013-08-03 17:44:08.537101145 +0200 +@@ -45,7 +45,6 @@ + #include + #include + #include +-#include + + #include "desktop_integration.h" + #include "engine.h"