diff options
Diffstat (limited to 'x11-wm/fluxbox/files/1.0.0/gcc-4.3.patch')
-rw-r--r-- | x11-wm/fluxbox/files/1.0.0/gcc-4.3.patch | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/x11-wm/fluxbox/files/1.0.0/gcc-4.3.patch b/x11-wm/fluxbox/files/1.0.0/gcc-4.3.patch deleted file mode 100644 index a4f14de2b250..000000000000 --- a/x11-wm/fluxbox/files/1.0.0/gcc-4.3.patch +++ /dev/null @@ -1,15 +0,0 @@ ---- fluxbox-1.0.0/src/main.cc -+++ fluxbox-1.0.0/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> |