summarylogtreecommitdiffstats
path: root/qt5-qtwebkit-angle-build-fix.patch
diff options
context:
space:
mode:
authorMartchus2016-03-10 20:13:44 +0100
committerMartchus2016-03-10 20:13:44 +0100
commiteefdab9c17c525643562d146af0994a0407b3925 (patch)
tree9d6efe5acf8358c651ad2a6984bb41c5a75932b1 /qt5-qtwebkit-angle-build-fix.patch
parentbf80f35e3270de73508efe43ed801bdaa23b32fc (diff)
downloadaur-eefdab9c17c525643562d146af0994a0407b3925.tar.gz
updated patch for compatibility with latest ANGLE
- rebuild ANGLE first because this needed to be fixed as well - removed unused patches by the way
Diffstat (limited to 'qt5-qtwebkit-angle-build-fix.patch')
-rw-r--r--qt5-qtwebkit-angle-build-fix.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/qt5-qtwebkit-angle-build-fix.patch b/qt5-qtwebkit-angle-build-fix.patch
deleted file mode 100644
index 18a356aed1ae..000000000000
--- a/qt5-qtwebkit-angle-build-fix.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- Source/WebCore/WebCore.pri.orig 2013-01-05 01:39:51.909266162 +0100
-+++ Source/WebCore/WebCore.pri 2013-01-05 01:39:55.803294288 +0100
-@@ -210,7 +210,7 @@
-
- use?(3D_GRAPHICS) {
- win32: {
-- win32-g++: {
-+ win32-g++*: {
- # Make sure OpenGL libs are after the webcore lib so MinGW can resolve symbols
- contains(QT_CONFIG, opengles2) {
- LIBS += $$QMAKE_LIBS_OPENGL_ES2