Magellan Linux

Diff of /smage/trunk/core/xf86-video-vmware/xf86-video-vmware-11.0.1-r1.smage2

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

revision 442 by niro, Fri May 7 14:48:22 2010 UTC revision 443 by niro, Fri May 7 15:08:27 2010 UTC
# Line 17  MCORE_ONLY_KEEP="usr/lib/xorg/modules/dr Line 17  MCORE_ONLY_KEEP="usr/lib/xorg/modules/dr
17  sminclude xorg mcore-split  sminclude xorg mcore-split
18    
19  UP2DATE="updatecmd_xorg ${PNAME}"  UP2DATE="updatecmd_xorg ${PNAME}"
20    
21    src_prepare()
22    {
23     munpack ${SRCFILE} || die
24     cd ${SRCDIR}
25    
26     # inject our no-drm patch
27     mcinjectpatch ${PNAME}-${PVER}-mcore-no-drm.patch || die
28     autoreconf --verbose --install --force || die
29    }

Legend:
Removed from v.442  
changed lines
  Added in v.443