mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 17:46:38 -04:00
Update devel/pyside2* and devel/shiboken2 to 5.15.16 Update www/qt5-webengine to include the latest security fixes in the chromium submodule [1] Release note: https://code.qt.io/cgit/qt/qtreleasenotes.git/about/qt/5.15.16/release-note.md MFH: 2024Q4 Security: 16e472d5-a8aa-11ef-b680-4ccc6adda413 [1]
13 lines
339 B
Text
13 lines
339 B
Text
--- configure.orig 2024-11-21 20:06:55 UTC
|
|
+++ configure
|
|
@@ -802,6 +802,10 @@ if [ '!' -f "$outpath/bin/qmake" ] ; then
|
|
fi
|
|
fi
|
|
|
|
+ if [ -z "${BUILD_QMAKE}" ]; then
|
|
+ exit 0
|
|
+ fi
|
|
+
|
|
if [ "$OPT_VERBOSE" = yes ]; then
|
|
# Show the output of make
|
|
(cd "$outpath/qmake"; "$MAKE") || exit 2
|