summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-p2p/valknut/files/valknut-0.4.9-gcc47.patch')
-rw-r--r--net-p2p/valknut/files/valknut-0.4.9-gcc47.patch15
1 files changed, 0 insertions, 15 deletions
diff --git a/net-p2p/valknut/files/valknut-0.4.9-gcc47.patch b/net-p2p/valknut/files/valknut-0.4.9-gcc47.patch
deleted file mode 100644
index 29ecfe63fb79..000000000000
--- a/net-p2p/valknut/files/valknut-0.4.9-gcc47.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-Fix building with gcc-47
-
-https://bugs.gentoo.org/show_bug.cgi?id=423045
-
-Patch written by Kacper Kowalik <xarthisius@gentoo.org>
---- a/valknut/main.cpp
-+++ b/valknut/main.cpp
-@@ -22,6 +22,7 @@
- #endif
-
- #include <stdlib.h>
-+#include <unistd.h> /* _exit */
- #ifndef WIN32
- #include <signal.h>
- #endif