opnsense-ports/cad/openscad/files/patch-src_handle__dep.cc
Franco Fichtner 054ebd424e */*: sync with upstream
Taken from: FreeBSD
2023-01-09 17:44:31 +01:00

13 lines
322 B
C++

- https://github.com/openscad/openscad/issues/4453
--- src/handle_dep.cc.orig 2022-12-20 00:11:57 UTC
+++ src/handle_dep.cc
@@ -9,6 +9,8 @@
#include <boost/filesystem.hpp>
namespace fs = boost::filesystem;
+#include <sys/wait.h>
+
std::unordered_set<std::string> dependencies;
const char *make_command = nullptr;