openbsd-ports/x11/qt4/patches/patch-configure
2007-03-17 17:58:16 +00:00

13 lines
530 B
Plaintext

$OpenBSD: patch-configure,v 1.8 2007/03/17 17:58:17 espie Exp $
--- configure.orig Wed Feb 21 10:59:17 2007
+++ configure Sat Mar 17 10:47:27 2007
@@ -1402,7 +1402,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