mirror of
https://git.freebsd.org/ports.git
synced 2025-06-27 07:30:32 -04:00
Detailed maintainer log: - pulseaudio removed from default option: because otherwise kodi will select pulseaudio first and it's really not needed. - texturepacker disabled: because it's so heavily broken in upstream. not really important. it will be back in 17.0 with the new cmake build system. - switch to swig3, like all linux distrib (no change) PR: 208456 Submitted by: mickael.maillot@gmail.com (maintainer)
11 lines
404 B
C++
11 lines
404 B
C++
--- xbmc/utils/CharsetConverter.cpp.orig 2016-02-20 15:21:19 UTC
|
|
+++ xbmc/utils/CharsetConverter.cpp
|
|
@@ -70,7 +70,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
|