summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-crypt/eid-mw/files/eid-mw-4.0.2_p1188+gcc-4.7.patch')
-rw-r--r--app-crypt/eid-mw/files/eid-mw-4.0.2_p1188+gcc-4.7.patch38
1 files changed, 0 insertions, 38 deletions
diff --git a/app-crypt/eid-mw/files/eid-mw-4.0.2_p1188+gcc-4.7.patch b/app-crypt/eid-mw/files/eid-mw-4.0.2_p1188+gcc-4.7.patch
deleted file mode 100644
index 1f70c781dd95..000000000000
--- a/app-crypt/eid-mw/files/eid-mw-4.0.2_p1188+gcc-4.7.patch
+++ /dev/null
@@ -1,38 +0,0 @@
-Index: eid-mw-4.0.2/common/src/socket/socket.cpp
-===================================================================
---- eid-mw-4.0.2.orig/common/src/socket/socket.cpp
-+++ eid-mw-4.0.2/common/src/socket/socket.cpp
-@@ -21,6 +21,8 @@
- #include "../eiderrors.h"
- #include <iostream>
-
-+#include <unistd.h>
-+
- namespace eIDMW
- {
-
-Index: eid-mw-4.0.2/common/src/socket/socketserver.cpp
-===================================================================
---- eid-mw-4.0.2.orig/common/src/socket/socketserver.cpp
-+++ eid-mw-4.0.2/common/src/socket/socketserver.cpp
-@@ -26,6 +26,7 @@
- #include <netinet/in.h>
- #include <sys/ioctl.h>
- #include <errno.h>
-+#include <unistd.h>
- #ifndef SOCKET_ERROR
- #define SOCKET_ERROR -1
- #endif
-Index: eid-mw-4.0.2/common/src/util.cpp
-===================================================================
---- eid-mw-4.0.2.orig/common/src/util.cpp
-+++ eid-mw-4.0.2/common/src/util.cpp
-@@ -27,6 +27,8 @@
-
- #include <stdlib.h>
-
-+#include <unistd.h>
-+
- #ifdef WIN32
- #include <windows.h>
- #endif