1
0
Fork 0
mirror of https://git.freebsd.org/ports.git synced 2025-06-24 14:10:30 -04:00
ports/multimedia/kodi/files/patch-xbmc_system.h
Guido Falsi 2452e02db4 - Update kodi to 17.6
- Renamed patches to use modern naming convention
- Regenerated a few other paatches

PR:		224301
Submitted by:	me
Approved by:	maintainer timeout
2017-12-28 09:17:14 +00:00

14 lines
282 B
C

--- 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