summaryrefslogtreecommitdiff
path: root/community/wvstreams/wvstreams-4.6.1-glibc212.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/wvstreams/wvstreams-4.6.1-glibc212.patch')
-rw-r--r--community/wvstreams/wvstreams-4.6.1-glibc212.patch24
1 files changed, 0 insertions, 24 deletions
diff --git a/community/wvstreams/wvstreams-4.6.1-glibc212.patch b/community/wvstreams/wvstreams-4.6.1-glibc212.patch
deleted file mode 100644
index eb3e9b631..000000000
--- a/community/wvstreams/wvstreams-4.6.1-glibc212.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-http://bugs.gentoo.org/333301
-https://bugs.archlinux.org/task/27188
-
---- ipstreams/wvunixdgsocket.cc
-+++ ipstreams/wvunixdgsocket.cc
-@@ -1,5 +1,5 @@
- #include "wvunixdgsocket.h"
--#ifdef MACOS
-+#if defined(MACOS) || defined(__GNUC__)
- #include <sys/types.h>
- #include <sys/stat.h>
- #endif
---- streams/wvatomicfile.cc
-+++ streams/wvatomicfile.cc
-@@ -11,7 +11,8 @@
- #include "wvfileutils.h"
- #include "wvstrutils.h"
-
--#ifdef MACOS
-+#if defined(MACOS) || defined(__GNUC__)
-+#include <sys/types.h>
- #include <sys/stat.h>
- #endif
-