Magellan Linux

Diff of /trunk/extras/xf86-video-sis/xf86-video-sis-0.10.9-r3.smage2

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

revision 31176 by niro, Mon Jun 11 14:35:55 2018 UTC revision 31177 by niro, Mon Jun 11 14:44:36 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}/${PNAME}-0.10.7-xi.patch )  SRC_URI+=(
16     mirror://${PNAME}/${PNAME}-0.10.7-xi.patch
17     mirror://${PNAME}/${PNAME}-0.10.9-ftbfs-xorg-server-1.20.patch
18    )
19    
20  src_prepare()  src_prepare()
21  {  {
# Line 21  src_prepare() Line 24  src_prepare()
24    
25   # fix build against new xi   # fix build against new xi
26   mpatch ${PNAME}-0.10.7-xi.patch || die   mpatch ${PNAME}-0.10.7-xi.patch || die
27     # fix ftbfs with xorg-server-1.20
28     # see: https://lists.x.org/archives/xorg-devel/2018-May/056952.html
29     mpatch ${PNAME}-0.10.9-ftbfs-xorg-server-1.20.patch || die
30   mautoreconf || die   mautoreconf || die
31  }  }
32    

Legend:
Removed from v.31176  
changed lines
  Added in v.31177