ports/lang/haxe/patches/patch-libs_extc_process_stubs_c

15 lines
394 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
include OpenBSD in ifdef
Index: libs/extc/process_stubs.c
--- libs/extc/process_stubs.c.orig
+++ libs/extc/process_stubs.c
@@ -37,7 +37,7 @@
# include <errno.h>
# include <string.h>
# ifndef __APPLE__
-# if defined(__FreeBSD__) || defined(__DragonFly__)
+# if defined(__FreeBSD__) || defined(__DragonFly__) || defined(__OpenBSD__)
# include <sys/wait.h>
# else
# include <wait.h>