summaryrefslogtreecommitdiff
path: root/package/fluxbox/patches
diff options
context:
space:
mode:
Diffstat (limited to 'package/fluxbox/patches')
-rw-r--r--package/fluxbox/patches/patch-src_FbTk_XftFontImp_cc10
-rw-r--r--package/fluxbox/patches/patch-src_defaults_cc9
2 files changed, 19 insertions, 0 deletions
diff --git a/package/fluxbox/patches/patch-src_FbTk_XftFontImp_cc b/package/fluxbox/patches/patch-src_FbTk_XftFontImp_cc
new file mode 100644
index 000000000..2cc139fb0
--- /dev/null
+++ b/package/fluxbox/patches/patch-src_FbTk_XftFontImp_cc
@@ -0,0 +1,10 @@
+--- fluxbox-1.3.7.orig/src/FbTk/XftFontImp.cc 2015-02-08 11:44:45.000000000 +0100
++++ fluxbox-1.3.7/src/FbTk/XftFontImp.cc 2015-06-03 09:16:38.000000000 +0200
+@@ -23,6 +23,7 @@
+ #include "App.hh"
+ #include "FbDrawable.hh"
+
++#include <cstdlib>
+ #include <cmath>
+ #include <cstdio>
+ #include <algorithm>
diff --git a/package/fluxbox/patches/patch-src_defaults_cc b/package/fluxbox/patches/patch-src_defaults_cc
new file mode 100644
index 000000000..27f5e00f2
--- /dev/null
+++ b/package/fluxbox/patches/patch-src_defaults_cc
@@ -0,0 +1,9 @@
+--- fluxbox-1.3.7.orig/src/defaults.cc 2015-02-08 11:45:20.000000000 +0100
++++ fluxbox-1.3.7/src/defaults.cc 2015-06-03 09:01:47.000000000 +0200
+@@ -6,5 +6,5 @@ std::string realProgramName(const std::s
+ }
+
+ const char* gitrevision() {
+- return "88a74ff1cde22be3e894498ffd88934dc92dfef0";
++ return "unknown";
+ }