summaryrefslogtreecommitdiff
path: root/www/qt5-webengine/files/patch-mkspecs_features_functions.prf
diff options
context:
space:
mode:
authorTobias C. Berner <tcberner@FreeBSD.org>2020-04-13 12:35:58 +0000
committerTobias C. Berner <tcberner@FreeBSD.org>2020-04-13 12:35:58 +0000
commita25eafc3bce88330229459fa94b75b13e47bb6be (patch)
tree254f2fdb3d4b84249949fca27e32456dc331e5fb /www/qt5-webengine/files/patch-mkspecs_features_functions.prf
parentdevel/cmake: update to 3.17.1 (diff)
Update Qt5 to 5.14.2
Very big thanks go again to kai@ who provided the www/qt5-webengine upgrade (to 5.14.0). Notably, video capture support was re-enabled. Announcement: https://www.qt.io/blog/qt-5.14-has-released PR: 244964 Exp-run by: antoine
Notes
Notes: svn path=/head/; revision=531601
Diffstat (limited to 'www/qt5-webengine/files/patch-mkspecs_features_functions.prf')
-rw-r--r--www/qt5-webengine/files/patch-mkspecs_features_functions.prf19
1 files changed, 8 insertions, 11 deletions
diff --git a/www/qt5-webengine/files/patch-mkspecs_features_functions.prf b/www/qt5-webengine/files/patch-mkspecs_features_functions.prf
index 3b2619581de5..b84e35f09607 100644
--- a/www/qt5-webengine/files/patch-mkspecs_features_functions.prf
+++ b/www/qt5-webengine/files/patch-mkspecs_features_functions.prf
@@ -1,17 +1,14 @@
-Include the freebsd.pri file provided by the port, to pass FreeBSD specific
-settings to gn.
-
---- mkspecs/features/functions.prf.orig 2019-05-24 09:01:39 UTC
+--- mkspecs/features/functions.prf.orig 2019-12-03 07:18:02 UTC
+++ mkspecs/features/functions.prf
-@@ -82,6 +82,7 @@ defineReplace(gnArgs) {
- linux: include($$QTWEBENGINE_ROOT/src/core/config/linux.pri)
- macos: include($$QTWEBENGINE_ROOT/src/core/config/mac_osx.pri)
- win32: include($$QTWEBENGINE_ROOT/src/core/config/windows.pri)
-+ freebsd: include($$QTWEBENGINE_ROOT/src/core/config/freebsd.pri)
+@@ -75,6 +75,7 @@ defineReplace(gnArgs) {
+ linux: include($$QTWEBENGINE_ROOT/src/buildtools/config/linux.pri)
+ macos: include($$QTWEBENGINE_ROOT/src/buildtools/config/mac_osx.pri)
+ win32: include($$QTWEBENGINE_ROOT/src/buildtools/config/windows.pri)
++ freebsd: include($$QTWEBENGINE_ROOT/src/buildtools/config/freebsd.pri)
isEmpty(gn_args): error(No gn_args found please make sure you have valid configuration.)
return($$gn_args)
}
-@@ -94,6 +95,7 @@ defineReplace(gnArch) {
+@@ -87,6 +88,7 @@ defineReplace(gnArch) {
contains(qtArch, "arm64"): return(arm64)
contains(qtArch, "mips"): return(mipsel)
contains(qtArch, "mips64"): return(mips64el)
@@ -19,7 +16,7 @@ settings to gn.
return(unknown)
}
-@@ -101,6 +103,7 @@ defineReplace(gnOS) {
+@@ -94,6 +96,7 @@ defineReplace(gnOS) {
macos: return(mac)
win32: return(win)
linux: return(linux)