diff options
Diffstat (limited to 'kde-base/liboxygenstyle/files/liboxygenstyle-4.7.4-enablefinal.patch')
-rw-r--r-- | kde-base/liboxygenstyle/files/liboxygenstyle-4.7.4-enablefinal.patch | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/kde-base/liboxygenstyle/files/liboxygenstyle-4.7.4-enablefinal.patch b/kde-base/liboxygenstyle/files/liboxygenstyle-4.7.4-enablefinal.patch new file mode 100644 index 000000000000..369924858e20 --- /dev/null +++ b/kde-base/liboxygenstyle/files/liboxygenstyle-4.7.4-enablefinal.patch @@ -0,0 +1,9 @@ +diff -U2 -rxi kde-workspace-4.7.3.orig/libs/oxygen/oxygenhelper.cpp kde-workspace-4.7.3/libs/oxygen/oxygenhelper.cpp +--- kde-workspace-4.7.3.orig/libs/oxygen/oxygenhelper.cpp 2011-10-28 09:42:34.000000000 +0200 ++++ kde-workspace-4.7.3/libs/oxygen/oxygenhelper.cpp 2011-12-25 13:39:03.487455177 +0100 +@@ -37,4 +37,5 @@ + #include <X11/Xlib.h> + #include <X11/Xatom.h> ++#include <fixx11h.h> + #endif + |