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, 0 insertions, 11 deletions
diff --git a/package/kodi/patches/patch-xbmc_linux_PlatformDefs_h b/package/kodi/patches/patch-xbmc_linux_PlatformDefs_h
deleted file mode 100644
index 419e103ac..000000000
--- a/package/kodi/patches/patch-xbmc_linux_PlatformDefs_h
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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>