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:
parent
04c95cd281
commit
ec271d2728
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=101855
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user