diff --git a/package/kde/kdeaddons/hotfixes-gcc43.patch b/package/kde/kdeaddons/hotfixes-gcc43.patch new file mode 100644 index 000000000..1b8da93b6 --- /dev/null +++ b/package/kde/kdeaddons/hotfixes-gcc43.patch @@ -0,0 +1,32 @@ +--- ./noatun-plugins/dub/dub/random.h.orig 2008-06-21 08:03:16.000000000 +0200 ++++ ./noatun-plugins/dub/dub/random.h 2008-06-21 08:03:38.000000000 +0200 +@@ -15,6 +15,7 @@ + #define Random_Interface + + #include ++#include + + // wrapper for random functions + class Random { +--- ./noatun-plugins/noatunmadness/madness.cpp.orig 2008-06-21 08:09:47.000000000 +0200 ++++ ./noatun-plugins/noatunmadness/madness.cpp 2008-06-21 08:09:53.000000000 +0200 +@@ -14,7 +14,7 @@ + #include + #include + #include +-#include ++#include + + #include + +--- ./noatun-plugins/tippercanoe/sdlwrap.cpp.orig 2008-06-21 08:14:04.000000000 +0200 ++++ ./noatun-plugins/tippercanoe/sdlwrap.cpp 2008-06-21 08:14:09.000000000 +0200 +@@ -23,7 +23,7 @@ + #include + #include + #include "syna.h" +-#include ++#include + #include + #include "SDL.h" +