diff options
| author | Waldemar Brodkorb <wbx@openadk.org> | 2016-04-08 20:12:10 +0200 |
|---|---|---|
| committer | Waldemar Brodkorb <wbx@openadk.org> | 2016-04-08 20:14:23 +0200 |
| commit | ba9f8cd5133764f3370ded8200c070f86b858f77 (patch) | |
| tree | eb0656d6c4c9f199afe1cfe34d2ba3470498bf62 /package/kodi/patches/patch-xbmc_linux_PlatformDefs_h | |
| parent | 6b8931b7290719acb2348a43c030decff4c00f04 (diff) | |
kodi: fix rpi3 compile
Diffstat (limited to 'package/kodi/patches/patch-xbmc_linux_PlatformDefs_h')
| -rw-r--r-- | package/kodi/patches/patch-xbmc_linux_PlatformDefs_h | 11 |
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> |
