Magellan Linux

Diff of /trunk/extras/xf86-input-mouse/xf86-input-mouse-1.9.2-r2.smage2

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

revision 31147 by niro, Fri Jun 8 08:44:56 2018 UTC revision 31148 by niro, Mon Jun 11 08:53:00 2018 UTC
# Line 12  HOMEPAGE="http://xorg.freedesktop.org" Line 12  HOMEPAGE="http://xorg.freedesktop.org"
12  DEPEND="== virtual/X-ABI-XINPUT-24.1"  DEPEND="== virtual/X-ABI-XINPUT-24.1"
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.31147  
changed lines
  Added in v.31148