SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
13
lang/mono/patches/patch-mono_utils_mono-state_c
Normal file
13
lang/mono/patches/patch-mono_utils_mono-state_c
Normal file
|
@ -0,0 +1,13 @@
|
|||
sys/stat.h required for macros lik S_IWUSR
|
||||
|
||||
Index: mono/utils/mono-state.c
|
||||
--- mono/utils/mono-state.c.orig
|
||||
+++ mono/utils/mono-state.c
|
||||
@@ -8,6 +8,7 @@
|
||||
* (C) 2018 Microsoft, Inc.
|
||||
*
|
||||
*/
|
||||
+#include <sys/stat.h>
|
||||
#include <config.h>
|
||||
#include <glib.h>
|
||||
#include <mono/utils/mono-state.h>
|
Loading…
Add table
Add a link
Reference in a new issue