diff options
author | William Pitcock <nenolod@dereferenced.org> | 2017-06-10 03:36:52 +0000 |
---|---|---|
committer | William Pitcock <nenolod@dereferenced.org> | 2017-06-10 03:36:52 +0000 |
commit | 173bc29632918336693bfcb27b4cb407a33cf40b (patch) | |
tree | efca386abaa018c7237972ba470f288fbd0d1111 /community/chromium/musl-fixes.patch | |
parent | 0e4483164329141a22cc1e8bf56c9a2cfa2a81e8 (diff) | |
download | aports-173bc29632918336693bfcb27b4cb407a33cf40b.tar.bz2 aports-173bc29632918336693bfcb27b4cb407a33cf40b.tar.xz |
community/chromium: build fix
Diffstat (limited to 'community/chromium/musl-fixes.patch')
-rw-r--r-- | community/chromium/musl-fixes.patch | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/community/chromium/musl-fixes.patch b/community/chromium/musl-fixes.patch index 633d7a6894..48d8563454 100644 --- a/community/chromium/musl-fixes.patch +++ b/community/chromium/musl-fixes.patch @@ -217,15 +217,3 @@ index a80ea16..55a2abf 100644 pthread_attr_t attr; int error; #if OS(FREEBSD) -diff --git a/third_party/swiftshader/src/Common/Socket.cpp b/third_party/swiftshader/src/Common/Socket.cpp -index a19f574..3e6655d 100644 ---- a/third_party/swiftshader/src/Common/Socket.cpp -+++ b/third_party/swiftshader/src/Common/Socket.cpp -@@ -17,6 +17,7 @@ - #if defined(_WIN32) - #include <ws2tcpip.h> - #else -+ #include <sys/select.h> - #include <unistd.h> - #include <netdb.h> - #include <netinet/in.h> |