summarylogtreecommitdiffstats
path: root/qt5-qtwebkit-use-correct-icu-libs.patch
diff options
context:
space:
mode:
authorMartchus2016-02-04 14:41:26 +0100
committerMartchus2016-02-04 14:41:26 +0100
commitbf80f35e3270de73508efe43ed801bdaa23b32fc (patch)
tree7116841522d8289e4f32f85d06dc8b4cd8fe6042 /qt5-qtwebkit-use-correct-icu-libs.patch
parent1a83c3d8763962187b9895c199b2c46aa4453c01 (diff)
downloadaur-bf80f35e3270de73508efe43ed801bdaa23b32fc.tar.gz
updated version (to 5.5.1), URL and description
Diffstat (limited to 'qt5-qtwebkit-use-correct-icu-libs.patch')
-rw-r--r--qt5-qtwebkit-use-correct-icu-libs.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/qt5-qtwebkit-use-correct-icu-libs.patch b/qt5-qtwebkit-use-correct-icu-libs.patch
new file mode 100644
index 000000000000..e686d247c519
--- /dev/null
+++ b/qt5-qtwebkit-use-correct-icu-libs.patch
@@ -0,0 +1,11 @@
+--- qtwebkit-opensource-src-5.4.1/Source/WTF/WTF.pri.icu 2015-03-23 19:21:26.013831236 +0100
++++ qtwebkit-opensource-src-5.4.1/Source/WTF/WTF.pri 2015-03-23 19:22:46.668582720 +0100
+@@ -14,7 +14,7 @@
+ 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