1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00

- Try to fix this on Bento. Configure script is needlessly picky about warnings

Reported by:	bento via kris
This commit is contained in:
Pav Lucistnik 2004-02-23 12:42:57 +00:00
parent 04c95cd281
commit ec271d2728
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=101855

View File

@ -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