chipmunk: fix build on musl
authorFabrice Fontaine <fontaine.fabrice@gmail.com>
Sun, 2 Sep 2018 16:23:40 +0000 (18:23 +0200)
committerPeter Korsgaard <peter@korsgaard.com>
Sun, 2 Sep 2018 20:02:44 +0000 (22:02 +0200)
commit2989e3c87a1123350728904fd789ad513e76b073
treeb6c23c139fed21b24833260ce9358e4e8ce9502d
parent811734ef9044bbdfc067da76358153061fae2031
chipmunk: fix build on musl

Build fails on:
/home/test/autobuild/run/instance-0/output/build/chipmunk-7.0.2/src/cpHastySpace.c:11:24: fatal error: sys/sysctl.h: No such file or directory

Indeed, sys/sysctl.h is not available on musl so include this header
only if __APPLE__ is defined as sysctlbyname is only used in this case.

Fixes:
 - http://autobuild.buildroot.org/results/e5be2f8eb9315a9054e1c8d854dec37cbb28eed7

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/chipmunk/0001-Fix-build-failure-on-musl.patch [new file with mode: 0644]