summaryrefslogtreecommitdiffstats
path: root/development/gambas3/qt5-webkit-5.7.patch
diff options
context:
space:
mode:
author Matteo Bernardini2018-06-28 15:01:11 +0200
committer Matteo Bernardini2018-06-28 15:01:11 +0200
commitd0c77ec2589d77ecc942b08aee394f5c6bf55959 (patch)
tree0fdf7a13032cdcf3909880aa9215b4c6e9bea99b /development/gambas3/qt5-webkit-5.7.patch
parent31ffa0993a78202724c2a79363e4831623be7fcf (diff)
downloadslackbuilds-current-20180628.1.tar.gz
20180628.1 global branch merge.current-20180628.1
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'development/gambas3/qt5-webkit-5.7.patch')
-rw-r--r--development/gambas3/qt5-webkit-5.7.patch30
1 files changed, 0 insertions, 30 deletions
diff --git a/development/gambas3/qt5-webkit-5.7.patch b/development/gambas3/qt5-webkit-5.7.patch
deleted file mode 100644
index 01a74260e9..0000000000
--- a/development/gambas3/qt5-webkit-5.7.patch
+++ /dev/null
@@ -1,30 +0,0 @@
-[GB.QT5.WEBKIT]
-* BUG: The component now should compile correctly with C++11.
-Authored by: gambas 2017-01-09
-Browse code at this revision
-Parent: [r8049]
-Child: [r8051]
-changed /gambas/trunk/gb.qt5/src/opengl/Makefile.am
-changed /gambas/trunk/gb.qt5/src/webkit/Makefile.am
-/gambas/trunk/gb.qt5/src/opengl/Makefile.am Diff Switch to side-by-side view
---- a/gambas/trunk/gb.qt5/src/opengl/Makefile.am
-+++ b/gambas/trunk/gb.qt5/src/opengl/Makefile.am
-@@ -6,6 +6,7 @@
-
- gb_qt5_opengl_la_LIBADD = @QT5OPENGL_LIB@ @QT5OPENGL_LIB@
- gb_qt5_opengl_la_LDFLAGS = -module @LD_FLAGS@ @QT5OPENGL_LDFLAGS@
-+gb_qt5_opengl_la_CXXFLAGS = @THREAD_INC@ $(AM_CXXFLAGS) -std=c++11
- gb_qt5_opengl_la_CPPFLAGS = @QT5OPENGL_INC@
-
- gb_qt5_opengl_la_SOURCES = main.h main.cpp
-/gambas/trunk/gb.qt5/src/webkit/Makefile.am Diff Switch to side-by-side view
---- a/gambas/trunk/gb.qt5/src/webkit/Makefile.am
-+++ b/gambas/trunk/gb.qt5/src/webkit/Makefile.am
-@@ -6,6 +6,7 @@
-
- gb_qt5_webkit_la_LIBADD = @QT5WEBKIT_LIB@
- gb_qt5_webkit_la_LDFLAGS = -module @LD_FLAGS@ @QT5WEBKIT_LDFLAGS@
-+gb_qt5_webkit_la_CXXFLAGS = @THREAD_INC@ $(AM_CXXFLAGS) -std=c++11
- gb_qt5_webkit_la_CPPFLAGS = @QT5WEBKIT_INC@ -I$(top_srcdir)/share -I$(top_srcdir)/src/share
-
- gb_qt5_webkit_la_SOURCES = \