sync ports with The Matrix
This commit is contained in:
parent
a0fe1892c0
commit
a526e24d56
276 changed files with 5668 additions and 3169 deletions
12
games/vcmi/patches/patch-Global_h
Normal file
12
games/vcmi/patches/patch-Global_h
Normal file
|
@ -0,0 +1,12 @@
|
|||
Index: Global.h
|
||||
--- Global.h.orig
|
||||
+++ Global.h
|
||||
@@ -37,7 +37,7 @@ static_assert(sizeof(bool) == 1, "Bool needs to be 1 b
|
||||
# if defined(__ANDROID__) || defined(ANDROID)
|
||||
# define VCMI_ANDROID
|
||||
# endif
|
||||
-#elif defined(__FreeBSD_kernel__) || defined(__FreeBSD__)
|
||||
+#elif defined(__FreeBSD_kernel__) || defined(__FreeBSD__) || defined(__OpenBSD__)
|
||||
# define VCMI_UNIX
|
||||
# define VCMI_XDG
|
||||
# define VCMI_FREEBSD
|
Loading…
Add table
Add a link
Reference in a new issue