openbsd-ports/x11/qt4/patches/patch-configure
espie 67178f8451 update to qt 4.1.0, heavily patch qmake to handle SHARED_LIBS.
patch a lot of Makefiles to avoid debug stuff entirely.
fix a few tests so that libmng gets picked up, and some various NIS
and IPv6 stuff.
2005-12-31 15:59:50 +00:00

13 lines
530 B
Plaintext

$OpenBSD: patch-configure,v 1.4 2005/12/31 15:59:50 espie Exp $
--- configure.orig Fri Dec 16 12:52:06 2005
+++ configure Thu Dec 29 15:06:25 2005
@@ -1147,7 +1147,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