summarylogtreecommitdiffstats
path: root/knemo-gcc6.patch
diff options
context:
space:
mode:
authorAntonio Rojas2020-05-29 10:11:58 +0000
committerAntonio Rojas2020-05-29 10:11:58 +0000
commit9e0a8346d9f24c23b7820c5efb450ab7ff9db6df (patch)
treed4ad7a6e3e092ae444072d9105cb699a36f70279 /knemo-gcc6.patch
downloadaur-9e0a8346d9f24c23b7820c5efb450ab7ff9db6df.tar.gz
Dropped from repos
Diffstat (limited to 'knemo-gcc6.patch')
-rw-r--r--knemo-gcc6.patch20
1 files changed, 20 insertions, 0 deletions
diff --git a/knemo-gcc6.patch b/knemo-gcc6.patch
new file mode 100644
index 000000000000..f47428a2ad74
--- /dev/null
+++ b/knemo-gcc6.patch
@@ -0,0 +1,20 @@
+--- knemo.orig/src/common/utils.cpp 2016-05-07 14:30:45.888889978 +0000
++++ knemo/src/common/utils.cpp 2016-05-07 14:32:06.985290816 +0000
+@@ -41,6 +41,7 @@
+ #include <KSharedConfig>
+ #include <Plasma/Theme>
+ #include "data.h"
++#include "math.h"
+ #include "utils.h"
+
+ #ifdef __linux__
+--- knemo.orig/src/knemod/trayicon.cpp 2015-10-03 17:22:07.000000000 +0000
++++ knemo/src/knemo/src/knemod/trayicon.cpp 2016-05-07 14:42:30.796566437 +0000
+@@ -22,6 +22,7 @@
+ #include "global.h"
+ #include "interface.h"
+ #include "knemodaemon.h"
++#include "math.h"
+ #include "utils.h"
+
+ #ifdef __linux__