mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
dbb3fdb216
- Update to Kodi 15.1 "Isengard" - Remove CEC option from defaults - Set CEC option as broken, needs libcec >= 3.0.0 which has yet to be ported - Set USE_GCC for compilation on FreeBSD 9 - Sort USE_XORG, set USE_LDCONFIG, add under java category (portlint) PR: 202812 Submitted by: mickael.maillot@gmail.com (maintainer) Security: 80c66af0-d1c5-449e-bd31-63b12525ff88 Security: CVE-2015-3395 Security: 3d950687-b4c9-4a86-8478-c56743547af8 Security: CVE-2015-6818 Security: CVE-2015-6819 Security: CVE-2015-6820 Security: CVE-2015-6821 Security: CVE-2015-6822 Security: CVE-2015-6823 Security: CVE-2015-6824 Security: CVE-2015-6825 Security: CVE-2015-6826 MFH: 2015Q3 X-MFH-With: r397342 X-MFH-Note: opt_VARS added post 2015Q3, needs manual resolution
11 lines
248 B
C++
11 lines
248 B
C++
--- xbmc/windowing/WinEventsX11.cpp.orig 2015-04-13 10:40:08 UTC
|
|
+++ xbmc/windowing/WinEventsX11.cpp
|
|
@@ -23,6 +23,7 @@
|
|
|
|
#ifdef HAS_X11_WIN_EVENTS
|
|
|
|
+#include <locale.h>
|
|
#include "WinEvents.h"
|
|
#include "WinEventsX11.h"
|
|
#include "Application.h"
|