diff options
author | Mikael Urankar <mikael@FreeBSD.org> | 2020-11-20 10:41:13 +0000 |
---|---|---|
committer | Mikael Urankar <mikael@FreeBSD.org> | 2020-11-20 10:41:13 +0000 |
commit | 9a4ce488e85c4b59c1d2acdfd23cb88b7e9ca198 (patch) | |
tree | 84f3b4638ccf347ba91572ef9f96440521ed236f /lang/v8/files/patch-src_d8_d8-posix.cc | |
parent | net/concourse-fly: Update to 6.7.1 (diff) |
lang/v8: Update to 8.7.220.23
PR: 213202
Reported by: many
Approved by: sunpoet (maintainer timeout)
Notes
Notes:
svn path=/head/; revision=555754
Diffstat (limited to 'lang/v8/files/patch-src_d8_d8-posix.cc')
-rw-r--r-- | lang/v8/files/patch-src_d8_d8-posix.cc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/lang/v8/files/patch-src_d8_d8-posix.cc b/lang/v8/files/patch-src_d8_d8-posix.cc new file mode 100644 index 000000000000..e76ba72218e9 --- /dev/null +++ b/lang/v8/files/patch-src_d8_d8-posix.cc @@ -0,0 +1,19 @@ +--- src/d8/d8-posix.cc.orig 2020-06-13 18:02:18 UTC ++++ src/d8/d8-posix.cc +@@ -4,6 +4,8 @@ + + #include <errno.h> + #include <fcntl.h> ++#include <sys/types.h> ++#include <netinet/in.h> + #include <netinet/ip.h> + #include <signal.h> + #include <stdlib.h> +@@ -12,7 +14,6 @@ + #include <sys/socket.h> + #include <sys/stat.h> + #include <sys/time.h> +-#include <sys/types.h> + #include <sys/wait.h> + #include <unistd.h> + |