openbsd-ports/x11/qt4/patches/patch-configure
espie e0700e39d3 minor update to 4.5.3, some patches folded upstring.
Diff was painful to look at, mainly because nokia added their (c) notice
all over the place...
2009-10-11 09:43:08 +00:00

13 lines
531 B
Plaintext

$OpenBSD: patch-configure,v 1.16 2009/10/11 09:43:08 espie Exp $
--- configure.orig Tue Sep 29 13:01:31 2009
+++ configure Sat Oct 10 13:19:31 2009
@@ -1896,7 +1896,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