summaryrefslogtreecommitdiffstats
path: root/deps/qt/qt.webkit-no_Werror.patch
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2015-04-30 14:17:41 +0200
committer Eric Hameleers <alien@slackware.com>2015-04-30 14:17:41 +0200
commitf55ab90f06db1c6a515f8d3becaed13d73afd08c (patch)
tree245c3515071b621f936f9d285de7b776eade6ca0 /deps/qt/qt.webkit-no_Werror.patch
parentd5106979962c319936a93cc40bdb06f888e87aff (diff)
downloadktown-f55ab90f06db1c6a515f8d3becaed13d73afd08c.tar.gz
ktown-f55ab90f06db1c6a515f8d3becaed13d73afd08c.tar.xz
Remove all dependencies and extragear language files that have been
folded into slackware-current as official packages.
Diffstat (limited to 'deps/qt/qt.webkit-no_Werror.patch')
-rw-r--r--deps/qt/qt.webkit-no_Werror.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/deps/qt/qt.webkit-no_Werror.patch b/deps/qt/qt.webkit-no_Werror.patch
deleted file mode 100644
index c8d730e..0000000
--- a/deps/qt/qt.webkit-no_Werror.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- qt-everywhere-opensource-src-4.8.4/src/3rdparty/webkit/Source/WebKit.pri.no_Werror 2012-12-02 15:59:44.891550783 +0100
-+++ qt-everywhere-opensource-src-4.8.4/src/3rdparty/webkit/Source/WebKit.pri 2012-12-02 16:52:47.384406539 +0100
-@@ -102,8 +102,6 @@
-
- # Treat warnings as errors on x86/Linux/GCC
- linux-g++* {
-- !CONFIG(standalone_package):if(isEqual(QT_ARCH,x86_64)|isEqual(QT_ARCH,i386)): QMAKE_CXXFLAGS += -Werror
--
- greaterThan(QT_GCC_MAJOR_VERSION, 3):greaterThan(QT_GCC_MINOR_VERSION, 5) {
- if (!contains(QMAKE_CXXFLAGS, -std=c++0x) && !contains(QMAKE_CXXFLAGS, -std=gnu++0x)) {
- # We need to deactivate those warnings because some names conflicts with upcoming c++0x types (e.g.nullptr).