diff options
author | Steve Wills <swills@FreeBSD.org> | 2020-07-16 13:08:29 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2020-07-16 13:08:29 +0000 |
commit | 3377155d311a2a2279c4ff84343b30b0741d5f02 (patch) | |
tree | 191fc84de5774c472a7a080dc4e309b95efee7d2 /multimedia/kodi/files/patch-xbmc_system.h | |
parent | devel/libmsocket: fix build on powerpc(64) head (diff) |
multimedia/kodi: update to 18.7.1
PR: 246595
Submitted by: yzrh@tuta.io
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 |