diff options
Diffstat (limited to 'multimedia/kodi/files/patch-xbmc_system.h')
-rw-r--r-- | multimedia/kodi/files/patch-xbmc_system.h | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/multimedia/kodi/files/patch-xbmc_system.h b/multimedia/kodi/files/patch-xbmc_system.h deleted file mode 100644 index b2229e6b54b3..000000000000 --- a/multimedia/kodi/files/patch-xbmc_system.h +++ /dev/null @@ -1,14 +0,0 @@ ---- xbmc/system.h.orig 2017-11-14 16:55:01 UTC -+++ xbmc/system.h -@@ -143,7 +143,11 @@ - #endif - #else - #ifndef HAVE_X11 -+#if defined(TARGET_LINUX) - #define HAS_LINUX_EVENTS -+#elif defined(TARGET_FREEBSD) -+#define HAS_FREEBSD_EVENTS -+#endif - #endif - #endif - #define HAS_LINUX_NETWORK |