summaryrefslogtreecommitdiff
path: root/comms
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2004-02-23 12:42:57 +0000
committerPav Lucistnik <pav@FreeBSD.org>2004-02-23 12:42:57 +0000
commitec271d27286f0bcfe733041288931a2e6f66f14f (patch)
treec70414b0d31839a93f314085f3ac9ae61efe5617 /comms
parentIGNORE on alpha 5.x: infinite loop in build (diff)
- Try to fix this on Bento. Configure script is needlessly picky about warnings
Reported by: bento via kris
Notes
Notes: svn path=/head/; revision=101855
Diffstat (limited to 'comms')
-rw-r--r--comms/hamfax/files/patch-configure2
1 files changed, 1 insertions, 1 deletions
diff --git a/comms/hamfax/files/patch-configure b/comms/hamfax/files/patch-configure
index 46618fdb3593..783caecd6c22 100644
--- a/comms/hamfax/files/patch-configure
+++ b/comms/hamfax/files/patch-configure
@@ -5,7 +5,7 @@
echo "$as_me:$LINENO: \$? = $ac_status" >&5
(exit $ac_status); }
- bnv_err_4=`grep -v '^ *+' bnv_qt_test_4.out`
-+ bnv_err_4=`grep -v '^ *+' bnv_qt_test_4.out | grep -v warning:`
++ bnv_err_4=`grep -v '^ *+' bnv_qt_test_4.out | grep -vi warning:`
if test x"$bnv_err_4" != x; then
echo "$bnv_err_4" >&5
else