ports/cad/openscad-devel/files/patch-src_handle__dep.cc
Michael Reifenberger a025e9ce23 cad/openscad-devel: Fix build
Remove qmake from USES.
Remove buildtools, add qmake_build to USE_QT.
Add two patches which got missed previously.
This should satisfy the build.
2022-09-06 19:44:05 +02:00

8 lines
205 B
C++

--- src/handle_dep.cc.orig 2021-10-23 10:18:49 UTC
+++ src/handle_dep.cc
@@ -1,3 +1,5 @@
+#include <sys/types.h>
+#include <sys/wait.h>
#include "handle_dep.h"
#include "printutils.h"
#include <string>