mirror of
https://git.freebsd.org/ports.git
synced 2025-06-29 08:30:37 -04:00
Remove qmake from USES. Remove buildtools, add qmake_build to USE_QT. Add two patches which got missed previously. This should satisfy the build.
8 lines
205 B
C++
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>
|