SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
14
lang/haxe/patches/patch-libs_extc_process_stubs_c
Normal file
14
lang/haxe/patches/patch-libs_extc_process_stubs_c
Normal file
|
@ -0,0 +1,14 @@
|
|||
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>
|
Loading…
Add table
Add a link
Reference in a new issue