summarylogtreecommitdiffstats
path: root/0001-Use-correct-ICU-libs.patch
diff options
context:
space:
mode:
authorMartchus2016-12-09 08:13:36 +0100
committerMartchus2016-12-09 08:13:36 +0100
commit9a80c510256e336c3fc871a8d3890438356aeb00 (patch)
tree7ca2e4cf03b16f60e30c2ea52cdcb31c373d789f /0001-Use-correct-ICU-libs.patch
parent6b651f77658909ef1f6626413c70d79f5f9538ee (diff)
downloadaur-9a80c510256e336c3fc871a8d3890438356aeb00.tar.gz
Update to 5.7.0
Diffstat (limited to '0001-Use-correct-ICU-libs.patch')
-rw-r--r--0001-Use-correct-ICU-libs.patch27
1 files changed, 27 insertions, 0 deletions
diff --git a/0001-Use-correct-ICU-libs.patch b/0001-Use-correct-ICU-libs.patch
new file mode 100644
index 000000000000..0c1695889285
--- /dev/null
+++ b/0001-Use-correct-ICU-libs.patch
@@ -0,0 +1,27 @@
+From 27c479ef693e765326b22d2f4cd1424593711f18 Mon Sep 17 00:00:00 2001
+From: Martchus <martchus@gmx.net>
+Date: Sun, 25 Sep 2016 21:53:59 +0200
+Subject: [PATCH 1/9] Use correct ICU libs
+
+The ICU libraries used for cross-compilation are named
+exactly the same as their native Linux counterpart
+---
+ Source/WTF/WTF.pri | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/Source/WTF/WTF.pri b/Source/WTF/WTF.pri
+index b4f7765..e762387 100644
+--- a/Source/WTF/WTF.pri
++++ b/Source/WTF/WTF.pri
+@@ -14,7 +14,7 @@ mac {
+ INCLUDEPATH = $${ROOT_WEBKIT_DIR}/Source/WTF/icu $$INCLUDEPATH
+ LIBS += -licucore
+ } else:!use?(wchar_unicode): {
+- win32 {
++ win32:!mingw {
+ CONFIG(static, static|shared) {
+ CONFIG(debug, debug|release) {
+ LIBS += -lsicuind -lsicuucd -lsicudtd
+--
+2.10.2
+