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
404 B
C++
11 lines
404 B
C++
--- xbmc/utils/CharsetConverter.cpp.orig 2015-08-10 08:41:28 UTC
|
|
+++ xbmc/utils/CharsetConverter.cpp
|
|
@@ -67,7 +67,7 @@
|
|
#define UTF16_CHARSET "UTF-16" ENDIAN_SUFFIX
|
|
#define UTF32_CHARSET "UTF-32" ENDIAN_SUFFIX
|
|
#define UTF8_SOURCE "UTF-8"
|
|
- #define WCHAR_CHARSET "WCHAR_T"
|
|
+ #define WCHAR_CHARSET UTF32_CHARSET
|
|
#if __STDC_ISO_10646__
|
|
#ifdef SIZEOF_WCHAR_T
|
|
#if SIZEOF_WCHAR_T == 4
|