diff options
Diffstat (limited to 'fluxbox/fluxbox-gcc43.patch')
-rw-r--r-- | fluxbox/fluxbox-gcc43.patch | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/fluxbox/fluxbox-gcc43.patch b/fluxbox/fluxbox-gcc43.patch deleted file mode 100644 index b7f20ba31..000000000 --- a/fluxbox/fluxbox-gcc43.patch +++ /dev/null @@ -1,18 +0,0 @@ -diff --git a/src/main.cc b/src/main.cc -index e4e16ac..ab18f6c 100644 ---- a/src/main.cc -+++ b/src/main.cc -@@ -45,6 +45,12 @@ - #include <stdlib.h> - #endif - -+#ifdef HAVE_CSTRING -+ #include <cstring> -+#else -+ #include <string.h> -+#endif -+ - #include <iostream> - #include <fstream> - #include <stdexcept> - |