67178f8451
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.
13 lines
530 B
Plaintext
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
|