wok-next diff pygtk/receipt @ rev 20617
Fix build xchat, xchat-plugin, xget, xine-plugin; xorg-xf86-video-geode isn't compatible with 64-bit arch
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Sat Apr 21 13:54:55 2018 +0300 (2018-04-21) |
parents | 0e7893ac206d |
children | 4e6503d7a19f |
line diff
1.1 --- a/pygtk/receipt Sat Feb 24 16:17:33 2018 +0200 1.2 +++ b/pygtk/receipt Sat Apr 21 13:54:55 2018 +0300 1.3 @@ -16,12 +16,12 @@ 1.4 SPLIT="pygtk-dev" 1.5 1.6 compile_rules() { 1.7 - fix ld 1.8 ./configure \ 1.9 --disable-docs \ 1.10 $CONFIGURE_ARGS && 1.11 fix libtool && 1.12 - make $MAKEFLAGS && make install 1.13 + make $MAKEFLAGS && 1.14 + make install 1.15 } 1.16 1.17 genpkg_rules() {