summaryrefslogtreecommitdiff
path: root/devel/qt5-qmake/files/patch-configure
blob: d58b45ba95c009d412b05ac72c1af53dc95e6eca (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- configure.orig	2017-11-14 13:26:30 UTC
+++ configure
@@ -799,6 +799,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