Magellan Linux

Diff of /branches/magellan-next/core/mesa/mesa-7.11-r1.smage2

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

revision 9079 by niro, Wed Oct 5 12:18:21 2011 UTC revision 9080 by niro, Wed Oct 5 13:31:04 2011 UTC
# Line 79  SRC_URI=( Line 79  SRC_URI=(
79   mirror://${PNAME}/${SRCFILE}   mirror://${PNAME}/${SRCFILE}
80   mirror://${PNAME}/libGLU.la   mirror://${PNAME}/libGLU.la
81   mirror://${PNAME}/libGL.la   mirror://${PNAME}/libGL.la
  mirror://${PNAME}/${PNAME}-7.10.2-nouveau-missing-headers.patch  
82  )  )
83    
84  UP2DATE="updatecmd ftp://ftp.freedesktop.org/pub/mesa/current | lasttarball"  UP2DATE="updatecmd ftp://ftp.freedesktop.org/pub/mesa/current | lasttarball"
# Line 228  src_prepare() Line 227  src_prepare()
227  {  {
228   munpack ${SRCFILE} || die   munpack ${SRCFILE} || die
229    
  # fix missing nouveau headers  
  mpatch ${PNAME}-7.10.2-nouveau-missing-headers.patch || die  
   
230   # no debug code in the drives (gentoo)   # no debug code in the drives (gentoo)
231   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/" ;'
232    

Legend:
Removed from v.9079  
changed lines
  Added in v.9080