ports/www/qt5-webengine/files/patch-configure.pri
Jason E. Hale 9793a1e61a Qt5: Update to 5.15.13
Update devel/pyside2* and devel/shiboken to 5.15.13

Update www/qt5-webengine to latest commit. Python 3.x support has been
integrated upstream, so local patches have been removed.

Release note: https://code.qt.io/cgit/qt/qtreleasenotes.git/about/qt/5.15.13/release-note.md
2024-03-31 08:03:10 -04:00

14 lines
426 B
Text

* Add support for FreeBSD
--- configure.pri.orig 2024-03-27 11:26:34 UTC
+++ configure.pri
@@ -136,6 +136,9 @@ defineTest(qtConfTest_detectPlatform) {
macos:qtwebengine_isMacOsPlatformSupported() {
$${1}.platform = "macos"
}
+ unix:qtwebengine_isLinuxPlatformSupported() {
+ $${1}.platform = "linux"
+ }
ios:qtwebengine_isMacOsPlatformSupported() {
$${1}.platform = "ios"
}