Magellan Linux

Diff of /smage/trunk/core/libdrm/libdrm-2.4.68_20160616-r1.smage2

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

revision 9070 by niro, Thu Jun 16 13:06:45 2016 UTC revision 9071 by niro, Thu Jun 16 13:07:42 2016 UTC
# Line 35  SRC_URI=( Line 35  SRC_URI=(
35    
36  UP2DATE="updatecmd http://dri.freedesktop.org/${PNAME}/ | lasttarball"  UP2DATE="updatecmd http://dri.freedesktop.org/${PNAME}/ | lasttarball"
37    
38    src_prepare()
39    {
40     munpack ${SRCFILE} || die
41     mautoreconf || die
42    }
43    
44  src_compile()  src_compile()
45  {  {
46   # add march=native to cflags to fix compile issues   # add march=native to cflags to fix compile issues

Legend:
Removed from v.9070  
changed lines
  Added in v.9071