aboutsummaryrefslogtreecommitdiffstats
path: root/testing/mongodb/10-fix-poll-h.patch
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2016-01-27 10:26:40 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2016-01-27 10:27:33 +0000
commit20eb1d0779b0da262cad1dc85486f1c111dd5420 (patch)
treebd23a20e9e33d81897bae53862d6a81408792515 /testing/mongodb/10-fix-poll-h.patch
parentd8c64a855f66683d6a5db7815b1854a9f1113813 (diff)
downloadaports-20eb1d0779b0da262cad1dc85486f1c111dd5420.tar.bz2
aports-20eb1d0779b0da262cad1dc85486f1c111dd5420.tar.xz
testing/mongodb: upgrade to 3.2.1
Diffstat (limited to 'testing/mongodb/10-fix-poll-h.patch')
-rw-r--r--testing/mongodb/10-fix-poll-h.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/testing/mongodb/10-fix-poll-h.patch b/testing/mongodb/10-fix-poll-h.patch
deleted file mode 100644
index 0ef14f4fed..0000000000
--- a/testing/mongodb/10-fix-poll-h.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- orig/mongodb-src-r3.0.2/src/mongo/util/net/socket_poll.h
-+++ mongodb-src-r3.0.2/src/mongo/util/net/socket_poll.h
-@@ -29,7 +29,7 @@
- #pragma once
-
- #ifndef _WIN32
--# include <sys/poll.h>
-+# include <poll.h>
- #else
- # if defined(NTDDI_VERSION) && ( !defined(NTDDI_VISTA) || ( NTDDI_VERSION < NTDDI_VISTA ) )
- // These are only defined in winsock2.h on newer windows but we need them everywhere.