ports/devel/qt5-qmake/files/patch-configure
Jason E. Hale 501ccfe6dd Qt5: Update to 5.15.16
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]
2024-11-23 00:40:00 -05:00

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