summaryrefslogtreecommitdiff
path: root/package/kodi/patches/patch-xbmc_linux_PlatformDefs_h
diff options
context:
space:
mode:
Diffstat (limited to 'package/kodi/patches/patch-xbmc_linux_PlatformDefs_h')
-rw-r--r--package/kodi/patches/patch-xbmc_linux_PlatformDefs_h11
1 files changed, 11 insertions, 0 deletions
diff --git a/package/kodi/patches/patch-xbmc_linux_PlatformDefs_h b/package/kodi/patches/patch-xbmc_linux_PlatformDefs_h
new file mode 100644
index 000000000..419e103ac
--- /dev/null
+++ b/package/kodi/patches/patch-xbmc_linux_PlatformDefs_h
@@ -0,0 +1,11 @@
+--- xbmc-16.0-Jarvis.orig/xbmc/linux/PlatformDefs.h 2016-02-20 16:21:19.000000000 +0100
++++ xbmc-16.0-Jarvis/xbmc/linux/PlatformDefs.h 2016-04-08 10:28:03.000000000 +0200
+@@ -55,7 +55,7 @@
+ #include <stdio.h>
+ #include <sys/sysctl.h>
+ #include <sys/types.h>
+-#else
++#elif !defined(__APPLE__)
+ #include <sys/sysinfo.h>
+ #endif
+ #include <sys/time.h>