Magellan Linux

Diff of /trunk/extras/xf86-video-r128/xf86-video-r128-6.10.2-r3.smage2

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

revision 31164 by niro, Mon Jun 11 11:19:14 2018 UTC revision 31165 by niro, Mon Jun 11 11:51:06 2018 UTC
# Line 12  DEPEND=">= x11-libs/libdrm-2.4.92 Line 12  DEPEND=">= x11-libs/libdrm-2.4.92
12    
13  sminclude xorg  sminclude xorg
14    
15    SRC_URI+=( mirror://${PNAME}/xf86-video-r128-6.10.2-fix-missing-include.patch )
16    
17    src_prepare()
18    {
19     munpack ${SRCFILE} || die
20     cd ${SRCDIR}
21    
22     # fix missing stdint.h include
23     mpatch xf86-video-r128-6.10.2-fix-missing-include.patch || die
24    }
25    
26  src_compile()  src_compile()
27  {  {
28   cd ${SRCDIR}   cd ${SRCDIR}

Legend:
Removed from v.31164  
changed lines
  Added in v.31165