mirror of
https://git.freebsd.org/ports.git
synced 2025-05-13 07:41:50 -04:00
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
14 lines
426 B
Text
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"
|
|
}
|