Magellan Linux

Diff of /smage/branches/alx-0_6_0/extras/xf86-video-openchrome/xf86-video-openchrome-0.2.906-r1.smage2

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

revision 3563 by niro, Mon Jul 9 13:17:23 2012 UTC revision 3564 by niro, Mon Jul 9 13:21:56 2012 UTC
# Line 23  sminclude xorg alx-split Line 23  sminclude xorg alx-split
23    
24  UP2DATE="updatecmd http://www.openchrome.org/releases/ | grep -v latest | lasttarball"  UP2DATE="updatecmd http://www.openchrome.org/releases/ | grep -v latest | lasttarball"
25    
26    src_prepare()
27    {
28     munpack ${SRCFILE} || die
29     cd ${SRCDIR}
30    
31     # disable xvmc in openchrome drivers
32     sed -i "s:XVMC=yes:XVMC=no:g" configure.ac || die
33     mautoreconf || die
34    }
35    
36  src_compile()  src_compile()
37  {  {
38   cd ${SRCDIR}   cd ${SRCDIR}

Legend:
Removed from v.3563  
changed lines
  Added in v.3564