mirror of
https://git.freebsd.org/ports.git
synced 2025-06-24 14:10:30 -04:00
- Renamed patches to use modern naming convention - Regenerated a few other paatches PR: 224301 Submitted by: me Approved by: maintainer timeout
14 lines
282 B
C
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
|