sysutils/moreutils: fix build after addition of waitid(2) to base.

ok sthen (maintainer)
This commit is contained in:
tb 2022-10-27 15:05:05 +00:00
parent 876c92fd4c
commit 5a205f3233
2 changed files with 1 additions and 13 deletions

View File

@ -1,7 +1,7 @@
COMMENT = miscellaneous unix tools
V = 0.65
REVISION = 0
REVISION = 1
DISTNAME = moreutils_$V.orig
PKGNAME = moreutils-$V
WRKDIST = ${WRKDIR}/moreutils-$V

View File

@ -1,12 +0,0 @@
Index: parallel.c
--- parallel.c.orig
+++ parallel.c
@@ -114,7 +114,7 @@ void exec_child(char **command, char **arguments, int
return;
}
-#if defined(__CYGWIN__)
+#if defined(__CYGWIN__) || defined(__OpenBSD__)
typedef enum {
P_ALL,
P_PID,