13 lines
531 B
Plaintext
13 lines
531 B
Plaintext
$OpenBSD: patch-configure,v 1.12 2008/10/21 22:20:00 espie Exp $
|
|
--- configure.orig Sat Sep 27 10:58:41 2008
|
|
+++ configure Mon Oct 20 14:57:36 2008
|
|
@@ -1666,7 +1666,7 @@ while [ "$#" -gt 0 ]; do
|
|
v|verbose)
|
|
if [ "$VAL" = "yes" ]; then
|
|
if [ "$OPT_VERBOSE" = "$VAL" ]; then # takes two verboses to turn on qmake debugs
|
|
- QMAKE_SWITCHES="$QMAKE_SWITCHES -d"
|
|
+ : # QMAKE_SWITCHES="$QMAKE_SWITCHES -d"
|
|
else
|
|
OPT_VERBOSE=yes
|
|
fi
|