summaryrefslogtreecommitdiff
path: root/build-missing-xlocale-h.patch
diff options
context:
space:
mode:
authorJan Horak <jhorak@redhat.com>2017-09-01 08:56:13 +0200
committerJan Horak <jhorak@redhat.com>2017-09-01 08:56:13 +0200
commit6f97a62f3aa39190021619a666972b4758819cb0 (patch)
tree0d5ed9c57d4a2c3970e07174919d4811001feda0 /build-missing-xlocale-h.patch
parentMerge branch 'master' into f26 (diff)
parentUpdate to 55.0.3 (diff)
downloadlibrewolf-fedora-ff-6f97a62f3aa39190021619a666972b4758819cb0.tar.gz
librewolf-fedora-ff-6f97a62f3aa39190021619a666972b4758819cb0.tar.bz2
librewolf-fedora-ff-6f97a62f3aa39190021619a666972b4758819cb0.zip
Merge branch 'master' into f26
Diffstat (limited to 'build-missing-xlocale-h.patch')
-rw-r--r--build-missing-xlocale-h.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/build-missing-xlocale-h.patch b/build-missing-xlocale-h.patch
new file mode 100644
index 0000000..b4a62b2
--- /dev/null
+++ b/build-missing-xlocale-h.patch
@@ -0,0 +1,12 @@
+diff -up thunderbird-52.3.0/mozilla/intl/icu/source/i18n/digitlst.cpp.xlocale thunderbird-52.3.0/mozilla/intl/icu/source/i18n/digitlst.cpp
+--- thunderbird-52.3.0/mozilla/intl/icu/source/i18n/digitlst.cpp.xlocale 2017-08-24 14:42:48.634084293 +0200
++++ thunderbird-52.3.0/mozilla/intl/icu/source/i18n/digitlst.cpp 2017-08-24 14:42:50.534084676 +0200
+@@ -64,7 +64,7 @@
+ # if U_PLATFORM_USES_ONLY_WIN32_API || U_PLATFORM == U_PF_CYGWIN
+ # include <locale.h>
+ # else
+-# include <xlocale.h>
++# include <locale.h>
+ # endif
+ #endif
+
bgstack15