blob: fec3f1efef8e8f856e5e2c24954b87873f8e6831 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
$NetBSD: patch-qtbase_configure.no-qmake,v 1.2 2014/04/23 07:05:31 adam Exp $
--- qtbase/configure.orig 2013-11-29 09:43:56.000000000 +0000
+++ qtbase/configure
@@ -3889,8 +3889,8 @@ setBootstrapVariable()
getQMakeConf "$1" | echo ${2-$1} = `if [ -n "$3" ]; then sed "$3"; else cat; fi` >> "$mkfile"
}
-# build qmake
-if true; then ###[ '!' -f "$outpath/bin/qmake" ];
+# does not build qmake
+if false; then
echo "Creating qmake..."
mkdir -p "$outpath/qmake" || exit
|