wok-next diff aspell/receipt @ rev 20633
xine-plugin: fix 32 bit
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Fri Apr 27 12:07:24 2018 +0300 (2018-04-27) |
parents | c4e53a39395a |
children | f0bf21e1abf7 |
line diff
1.1 --- a/aspell/receipt Fri Mar 02 12:12:14 2018 +0200 1.2 +++ b/aspell/receipt Fri Apr 27 12:07:24 2018 +0300 1.3 @@ -20,7 +20,10 @@ 1.4 sed -i '/ top.do_check ==/s/top.do_check/*&/' modules/filter/tex.cpp 1.5 sed -i '/word ==/s/word/*&/' prog/check_funs.cpp 1.6 1.7 - ./configure $CONFIGURE_ARGS && make && make install || return 1 1.8 + ./configure $CONFIGURE_ARGS && 1.9 + fix libtool && 1.10 + make && 1.11 + make install || return 1 1.12 1.13 ln -svfn aspell-0.60 $install/usr/lib/aspell 1.14