aboutsummaryrefslogtreecommitdiff
path: root/multimedia/kodi/files/patch-xbmc__LangInfo.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'multimedia/kodi/files/patch-xbmc__LangInfo.cpp')
-rw-r--r--multimedia/kodi/files/patch-xbmc__LangInfo.cpp13
1 files changed, 13 insertions, 0 deletions
diff --git a/multimedia/kodi/files/patch-xbmc__LangInfo.cpp b/multimedia/kodi/files/patch-xbmc__LangInfo.cpp
new file mode 100644
index 000000000000..a1d93e0aedae
--- /dev/null
+++ b/multimedia/kodi/files/patch-xbmc__LangInfo.cpp
@@ -0,0 +1,13 @@
+--- xbmc/LangInfo.cpp.orig 2015-07-21 18:41:29 UTC
++++ xbmc/LangInfo.cpp
+@@ -275,8 +275,8 @@
+ // decimal separator is changed depending of the current language
+ // (ie. "," in French or Dutch instead of "."). This breaks atof() and
+ // others similar functions.
+-#if defined(TARGET_FREEBSD) || defined(TARGET_DARWIN_OSX) || defined(__UCLIBC__)
+- // on FreeBSD, darwin and uClibc-based systems libstdc++ is compiled with
++#if defined(TARGET_DARWIN_OSX) || defined(__UCLIBC__)
++ // on darwin and uClibc-based systems libstdc++ is compiled with
+ // "generic" locale support
+ if (setlocale(LC_COLLATE, strLocale.c_str()) == NULL
+ || setlocale(LC_CTYPE, strLocale.c_str()) == NULL)