Magellan Linux

Diff of /smage/trunk/extras/libdrm/libdrm-2.4.23-r1.smage2

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

revision 994 by niro, Thu Dec 16 21:10:19 2010 UTC revision 995 by niro, Thu Dec 16 21:12:22 2010 UTC
# Line 20  SRCFILE="${PNAME}-${PVER}.tar.bz2" Line 20  SRCFILE="${PNAME}-${PVER}.tar.bz2"
20  SRC_URI=(  SRC_URI=(
21   http://dri.freedesktop.org/${PNAME}/${SRCFILE}   http://dri.freedesktop.org/${PNAME}/${SRCFILE}
22   mirror://${PNAME}/${SRCFILE}   mirror://${PNAME}/${SRCFILE}
  mirror://${PNAME}/${PNAME}-${PVER}-mesa-fix.patch  
23  )  )
24    
25  UP2DATE="updatecmd http://dri.freedesktop.org/${PNAME}/ | lasttarball"  UP2DATE="updatecmd http://dri.freedesktop.org/${PNAME}/ | lasttarball"
26    
 src_prepare()  
 {  
  munpack ${SRCFILE} || die  
   
  # fix build issues with mesa-7.8.1  
  # see: https://bugs.freedesktop.org/show_bug.cgi?id=27612  
  mpatch ${PNAME}-${PVER}-mesa-fix.patch || die  
 }  
   
27  src_compile()  src_compile()
28  {  {
29   # add march=native to cflags to fix compile issues   # add march=native to cflags to fix compile issues

Legend:
Removed from v.994  
changed lines
  Added in v.995