Magellan Linux

Diff of /smage/trunk/core/xf86-video-mach64/xf86-video-mach64-6.8.2_20110303-r1.smage2

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

revision 1441 by niro, Thu Mar 3 11:13:37 2011 UTC revision 1442 by niro, Thu Mar 3 11:15:00 2011 UTC
# Line 25  sminclude xorg mcore-split Line 25  sminclude xorg mcore-split
25    
26  UP2DATE="updatecmd_xorg ${PNAME}"  UP2DATE="updatecmd_xorg ${PNAME}"
27    
28    src_prepare()
29    {
30     munpack ${SRCFILE} || die
31     cd ${SRCDIR}
32     autoreconf --verbose --install --force || die
33    }
34    
35  src_compile()  src_compile()
36  {  {
37   cd ${SRCDIR}   cd ${SRCDIR}

Legend:
Removed from v.1441  
changed lines
  Added in v.1442