summaryrefslogtreecommitdiff
path: root/devel/iaito/files/patch-configure
blob: 459738c74b681364cf7bc8f8febdf7319804a700 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- configure.orig	2024-11-20 08:00:58 UTC
+++ configure
@@ -474,7 +474,7 @@ else
 else
 case "$undefined_variable" in 0|"") echo ; echo "ERROR: Missing qmake6" >&2 ; echo ; exit 1 ;; esac; fi
 else
-if [ "$HAVE_QMAKE" = "1" ]; then
+if [ "$HAVE_QMAKE" = "1" -a "$WANT_QMAKE6" != "1" ]; then
 QMAKE_BIN="${QMAKE}"; fi; fi
 if [ "$QMAKE_BIN" = """" ]; then
 case "$undefined_variable" in 0|"") echo ; echo "ERROR: Missing qmake" >&2 ; echo ; exit 1 ;; esac; fi