From 6f463ac98efbc5b7adad0f2b138e2eb8a9f3b374 Mon Sep 17 00:00:00 2001 From: Clifford Wolf Date: Sat, 21 Jun 2008 12:15:07 +0000 Subject: [PATCH] Clifford Wolf: Fixed kdeaddons for gcc43 builds [2008062109510985650] (https://www.rocklinux.net/submaster) git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@9069 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc --- package/kde/kdeaddons/hotfixes-gcc43.patch | 32 ++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 package/kde/kdeaddons/hotfixes-gcc43.patch 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" +