ports/devel/bazel/files/patch-src_main_tools_process-tools-linux.cc
Rainer Hurling 5f3cda098a devel/bazel: Update to 3.6.0
Minor release with several bug fixes and some incompatible changes[1].

[1] https://blog.bazel.build/2020/10/06/bazel-3-6.html

Renewed almost all patches under files/ (via make makepatch).

PR:		250164
Submitted by:	Klaus Aehlig <aehlig@linta.de> (maintainer)
Approved by:	arrowd (mentor)
Differential Revision:	https://reviews.freebsd.org/D26715
2020-10-08 09:43:04 +00:00

10 lines
267 B
C++

--- src/main/tools/process-tools-linux.cc.orig 1979-12-31 23:00:00 UTC
+++ src/main/tools/process-tools-linux.cc
@@ -17,6 +17,7 @@
#include <sys/types.h>
#include <sys/wait.h>
#include <unistd.h>
+#include <signal.h>
#include "src/main/tools/process-tools.h"