Magellan Linux

Diff of /trunk/extras/xf86-video-s3virge/xf86-video-s3virge-1.10.7-r3.smage2

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

revision 31168 by niro, Mon Jun 11 12:03:26 2018 UTC revision 31169 by niro, Mon Jun 11 12:16:03 2018 UTC
# Line 12  HOMEPAGE="http://xorg.freedesktop.org" Line 12  HOMEPAGE="http://xorg.freedesktop.org"
12  DEPEND="== virtual/X-ABI-VIDEODRV-24.0"  DEPEND="== virtual/X-ABI-VIDEODRV-24.0"
13    
14  sminclude xorg  sminclude xorg
15    
16    src_compile()
17    {
18     cd ${SRCDIR}
19    
20     # fix build with gcc-8.1
21     xorg_src_configure --disable-selective-werror || die
22     mmake || die
23    }

Legend:
Removed from v.31168  
changed lines
  Added in v.31169