summaryrefslogtreecommitdiff
path: root/devel/qt5-qmake/files/patch-configure
blob: bb3a12762ba38a725e39d1307bd67ab98a2a3b85 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- 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