openbsd-ports/x11/qt4/patches/patch-configure
2006-10-08 21:43:50 +00:00

13 lines
530 B
Plaintext

$OpenBSD: patch-configure,v 1.7 2006/10/08 21:43:50 espie Exp $
--- configure.orig Fri Sep 29 16:45:28 2006
+++ configure Sat Oct 7 13:10:23 2006
@@ -1401,7 +1401,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