Magellan Linux

Diff of /smage/trunk/core/xf86-video-sis/xf86-video-sis-0.10.9-r4.smage2

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

revision 12023 by niro, Mon Aug 20 13:27:43 2018 UTC revision 12024 by niro, Mon Aug 20 13:35:36 2018 UTC
# Line 13  DEPEND=">= x11-libs/libdrm-2.4.92 Line 13  DEPEND=">= x11-libs/libdrm-2.4.92
13  ALX_PKG_KEEP="usr/$(mlibdir)/xorg/modules/drivers/sis_drv.so"  ALX_PKG_KEEP="usr/$(mlibdir)/xorg/modules/drivers/sis_drv.so"
14  sminclude xorg alx-split  sminclude xorg alx-split
15    
16  SRC_URI+=( mirror://${PNAME}/${PNAME}-0.10.7-xi.patch )  SRC_URI+=(
17     mirror://${PNAME}/${PNAME}-0.10.7-xi.patch
18     mirror://${PNAME}/${PNAME}-0.10.9-ftbfs-xorg-server-1.20.patch
19    )
20    
21  src_prepare()  src_prepare()
22  {  {
# Line 22  src_prepare() Line 25  src_prepare()
25    
26   # fix build against new xi   # fix build against new xi
27   mpatch ${PNAME}-0.10.7-xi.patch || die   mpatch ${PNAME}-0.10.7-xi.patch || die
28     # fix ftbfs with xorg-server-1.20
29     # see: https://lists.x.org/archives/xorg-devel/2018-May/056952.html
30     mpatch ${PNAME}-0.10.9-ftbfs-xorg-server-1.20.patch || die
31   mautoreconf || die   mautoreconf || die
32  }  }
33    

Legend:
Removed from v.12023  
changed lines
  Added in v.12024