Magellan Linux

Diff of /smage/trunk/extras/mesa/mesa-7.8.1-r1.smage2

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

revision 583 by niro, Wed Oct 13 20:45:40 2010 UTC revision 585 by niro, Wed Oct 13 20:52:11 2010 UTC
# Line 51  SRC_URI=( Line 51  SRC_URI=(
51   mirror://${PNAME}/${SRCFILE}   mirror://${PNAME}/${SRCFILE}
52   mirror://${PNAME}/libGLU.la   mirror://${PNAME}/libGLU.la
53   mirror://${PNAME}/libGL.la   mirror://${PNAME}/libGL.la
  mirror://${PNAME}/${PNAME}-${PVER}-libdrm-fix.patch  
54  )  )
55    
56  UP2DATE="updatecmd_sourceforge mesa3d MesaLib"  UP2DATE="updatecmd_sourceforge mesa3d MesaLib"
# Line 60  src_prepare() Line 59  src_prepare()
59  {  {
60   munpack ${SRCFILE} || die   munpack ${SRCFILE} || die
61    
  # fix build issues with libdrm-2.4.20  
  # see: https://bugs.freedesktop.org/show_bug.cgi?id=27612  
  mpatch ${PNAME}-${PVER}-libdrm-fix.patch || die  
   
62   # no debug code in the drives (gentoo)   # no debug code in the drives (gentoo)
63   all-abis 'find src/mesa/drivers/dri -name *.[hc] -exec egrep -l "\#define\W+DO_DEBUG\W+1" {} \; | xargs 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 sed -i -re "s/\#define\W+DO_DEBUG\W+1/\#define DO_DEBUG 0/" ;'
64    

Legend:
Removed from v.583  
changed lines
  Added in v.585