wok-next diff gtkhotkey/receipt @ rev 20616

xrdp: up 0.9.3.1; zopfli: fix build; gcc61: attempt to fix; add gcc6 (latest among 6.x.x).
gcc61 and gcc6 are broken now.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Apr 21 05:15:11 2018 +0300 (2018-04-21)
parents 4396aed7eb01
children f48456621a9d
line diff
     1.1 --- a/gtkhotkey/receipt	Wed Mar 07 19:43:44 2018 +0200
     1.2 +++ b/gtkhotkey/receipt	Sat Apr 21 05:15:11 2018 +0300
     1.3 @@ -17,8 +17,11 @@
     1.4  compile_rules() {
     1.5  	sed -i 's|<glib/.*h>|<glib.h>|' src/x11/tomboykeybinder.h src/gtk-hotkey-error.h
     1.6  	sed -i 's|}/doc|}/share/doc|' Makefile*
     1.7 +
     1.8  	./configure $CONFIGURE_ARGS &&
     1.9 -	make && make install
    1.10 +	fix libtool &&
    1.11 +	make &&
    1.12 +	make install
    1.13  }
    1.14  
    1.15  genpkg_rules() {