python-texttable: update to 1.3.1
[void-packages.git] / srcpkgs / supertuxkart / patches / musl_no_sys_sysctl_h.patch
blob85c80a7fc73ab08315661a56bbfa398111a6536e
1 --- lib/irrlicht/source/Irrlicht/COSOperator.cpp.orig 2017-11-20 11:54:09.862922068 +0100
2 +++ lib/irrlicht/source/Irrlicht/COSOperator.cpp 2017-11-20 11:54:36.294203640 +0100
3 @@ -14,7 +14,7 @@
4 #if !defined(_IRR_SOLARIS_PLATFORM_) && !defined(__CYGWIN__)
5 #include <sys/param.h>
6 #include <sys/types.h>
7 -#ifdef ANDROID
8 +#if defined(ANDROID) || !defined(__GLIBC__)
9 #include <linux/sysctl.h>
10 #else
11 #include <sys/sysctl.h>