diff options
Diffstat (limited to 'dev-cpp/growler-link/files/0.3.7-gcc4.patch')
-rw-r--r-- | dev-cpp/growler-link/files/0.3.7-gcc4.patch | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/dev-cpp/growler-link/files/0.3.7-gcc4.patch b/dev-cpp/growler-link/files/0.3.7-gcc4.patch deleted file mode 100644 index fcfbf19fb..000000000 --- a/dev-cpp/growler-link/files/0.3.7-gcc4.patch +++ /dev/null @@ -1,36 +0,0 @@ -diff --git a/lib/buffer.cxx b/lib/buffer.cxx -index 7b9eda3..12b87ad 100644 ---- a/lib/buffer.cxx -+++ b/lib/buffer.cxx -@@ -6,6 +6,7 @@ - */ - - #include <cstdio> -+#include <cstring> - #include <memory> - #include <stdexcept> - #include <lib/unistd.h> -diff --git a/lib/daemon.cxx b/lib/daemon.cxx -index f289783..78d4883 100644 ---- a/lib/daemon.cxx -+++ b/lib/daemon.cxx -@@ -18,6 +18,7 @@ - #include <sys/stat.h> - #include <sys/wait.h> - #include <pwd.h> -+#include <cstdio> - - #if GR_HAVE_FCNTL_H - #include <fcntl.h> -diff --git a/lib/serialize.h b/lib/serialize.h -index 8fa68f8..0e08c81 100644 ---- a/lib/serialize.h -+++ b/lib/serialize.h -@@ -23,6 +23,7 @@ - #include <streambuf> - #include <string> - #include <cassert> -+#include <cstdio> - - namespace lib { - |