Magellan Linux

Diff of /trunk/extras/gd/gd-2.2.4-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 29197 by niro, Mon May 29 13:09:38 2017 UTC revision 29198 by niro, Mon May 29 13:14:33 2017 UTC
# Line 53  src_check() Line 53  src_check()
53  {  {
54   cd ${SRCDIR}   cd ${SRCDIR}
55    
56     # not dying here, one check fails
57   [[ ${ARCH} = i?86 ]] || FREETYPE_PROPERTIES='truetype:interpreter-version=35' \   [[ ${ARCH} = i?86 ]] || FREETYPE_PROPERTIES='truetype:interpreter-version=35' \
58   mmake -j1 -k check # not dying here, one check fails   mmake -j1 -k check || if [[ $(grep "fontconfig/basic.*Could not set character size" tests/test-suite.log) ]]; then true; else die; fi
59  }  }
60    
61  src_compile()  src_compile()

Legend:
Removed from v.29197  
changed lines
  Added in v.29198