Magellan Linux

Diff of /trunk/core/libdrm/libdrm-2.4.15-r1.smage2

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

revision 3292 by niro, Mon Oct 19 11:33:27 2009 UTC revision 3293 by niro, Mon Oct 19 14:29:06 2009 UTC
# Line 23  SRC_URI=( Line 23  SRC_URI=(
23  )  )
24    
25  UP2DATE="updatecmd http://dri.freedesktop.org/${PNAME}/ | lasttarball"  UP2DATE="updatecmd http://dri.freedesktop.org/${PNAME}/ | lasttarball"
26    
27    src_compile()
28    {
29     export CFLAGS="${CFLAGS} -march=native"
30     export CXXFLAGS="${CXXFLAGS} -march=native"
31    
32     xorg_configure || die
33     mmake || die
34    }

Legend:
Removed from v.3292  
changed lines
  Added in v.3293