Magellan Linux

Diff of /smage/trunk/core/mesa/mesa-17.1.5-r1.smage2

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

revision 9579 by niro, Wed Jul 26 13:33:32 2017 UTC revision 9580 by niro, Wed Jul 26 13:35:44 2017 UTC
# Line 240  SRC_URI=( Line 240  SRC_URI=(
240   ftp://ftp.freedesktop.org/pub/mesa/${PVER%_*}/${SRCFILE}   ftp://ftp.freedesktop.org/pub/mesa/${PVER%_*}/${SRCFILE}
241   ftp://ftp.freedesktop.org/pub/mesa/${SRCFILE}   ftp://ftp.freedesktop.org/pub/mesa/${SRCFILE}
242   mirror://${PNAME}/${SRCFILE}   mirror://${PNAME}/${SRCFILE}
  mirror://${PNAME}/${PNAME}-17.0.2-i915-i486-compile-fix.patch  
243  )  )
244    
245  UP2DATE="updatecmd ftp://ftp.freedesktop.org/pub/mesa/ | highesttarball xz"  UP2DATE="updatecmd ftp://ftp.freedesktop.org/pub/mesa/ | highesttarball xz"
# Line 570  src_prepare() Line 569  src_prepare()
569  {  {
570   munpack ${SRCFILE} || die   munpack ${SRCFILE} || die
571    
  # i486 compile fix  
  mpatch ${PNAME}-17.0.2-i915-i486-compile-fix.patch || die  
   
572   # no debug code in the drives (gentoo)   # no debug code in the drives (gentoo)
573   all-abis 'find src/mesa/drivers/dri -name *.[hc] -exec egrep -l "\#define\W+DO_DEBUG\W+1" {} \; | xargs --no-run-if-empty sed -i -re "s/\#define\W+DO_DEBUG\W+1/\#define DO_DEBUG 0/" ;'   all-abis 'find src/mesa/drivers/dri -name *.[hc] -exec egrep -l "\#define\W+DO_DEBUG\W+1" {} \; | xargs --no-run-if-empty sed -i -re "s/\#define\W+DO_DEBUG\W+1/\#define DO_DEBUG 0/" ;'
574    

Legend:
Removed from v.9579  
changed lines
  Added in v.9580