add packages_10.03.2 in preparation for the 10.03.2 interim release
[10.03/packages.git] / Xorg / xorg / lib / libX11 / patches / 010-ignore-groff-warnings.patch
1 --- a/specs/troffrules.in       2010-01-15 01:11:36.000000000 +0000
2 +++ b/specs/troffrules.in       2011-01-24 21:37:01.000000000 +0000
3 @@ -49,7 +49,9 @@
4  
5  .ms.ps:
6         -$(AM_V_GEN) $(GROFF) -Tps $(GROFF_FLAGS) $< 2> index.$@.raw > $@
7 -       @if grep '^[^1-9.]' index.$@.raw | grep -v warning; then exit 1; \
8 +       @if grep '^[^1-9.]' index.$@.raw | grep -v warning | \
9 +           grep -v 'table wider than line width'; \
10 +        then exit 1; \
11          else test $$? -le 1; fi
12  
13  .ms.txt: