openbsd-ports/x11/qt4/patches/patch-configure
espie 4af0a6b34b update to 4.5.1, including gcc4 build.
fix packaging in that case, since I botched the "extended" WANTLIB
(if stuff comes from the main package, it *has* to be in LIB_DEPENDS,
because WANTLIB are checked at build time).
2009-06-08 13:55:28 +00:00

13 lines
531 B
Plaintext

$OpenBSD: patch-configure,v 1.14 2009/06/08 13:55:28 espie Exp $
--- configure.orig Wed Apr 22 01:57:35 2009
+++ configure Sun Jun 7 12:40:52 2009
@@ -1856,7 +1856,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