summaryrefslogtreecommitdiff
path: root/package/fluxbox/patches
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2015-06-04 11:19:53 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2015-06-04 12:18:48 +0200
commit77cf90ffd9993712859e09a1c9da83fac184d320 (patch)
tree836820521bc53c446ba596581c3b5a207ee792cc /package/fluxbox/patches
parent66c952d1ee7218c065a0cb3628431584984bdb47 (diff)
update fluxbox to latest stable version
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";
+ }