summarylogtreecommitdiffstats
path: root/qt5-qtwebkit-dont-depend-on-icu.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-dont-depend-on-icu.patch
parent1a83c3d8763962187b9895c199b2c46aa4453c01 (diff)
downloadaur-bf80f35e3270de73508efe43ed801bdaa23b32fc.tar.gz
updated version (to 5.5.1), URL and description
Diffstat (limited to 'qt5-qtwebkit-dont-depend-on-icu.patch')
-rw-r--r--qt5-qtwebkit-dont-depend-on-icu.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/qt5-qtwebkit-dont-depend-on-icu.patch b/qt5-qtwebkit-dont-depend-on-icu.patch
index 1226704b4f6f..1a72e9a9fe6a 100644
--- a/qt5-qtwebkit-dont-depend-on-icu.patch
+++ b/qt5-qtwebkit-dont-depend-on-icu.patch
@@ -1,6 +1,6 @@
--- qtwebkit-opensource-src-5.0.0/Tools/qmake/mkspecs/features/configure.prf.orig 2013-01-04 18:56:36.785550268 +0100
+++ qtwebkit-opensource-src-5.0.0/Tools/qmake/mkspecs/features/configure.prf 2013-01-04 18:58:20.047373664 +0100
-@@ -115,9 +115,9 @@
+@@ -120,9 +120,9 @@
}
# Sanity checks that would prevent us from building the whole project altogether.
@@ -10,8 +10,8 @@
+# !android:!mac:!config_icu {
+# addReasonForSkippingBuild("ICU is required.")
+# }
- production_build:blackberry|qnx {
- addReasonForSkippingBuild("Build not supported on BB10/QNX yet.")
+ production_build:blackberry {
+ addReasonForSkippingBuild("Build not supported on BB10 yet.")
}
--- qtwebkit-opensource-src-5.0.0/Source/WTF/wtf/Platform.h.orig 2013-01-04 19:28:53.735934784 +0100
+++ qtwebkit-opensource-src-5.0.0/Source/WTF/wtf/Platform.h 2013-01-04 19:28:13.856641177 +0100