wok-next diff evince/receipt @ rev 20709
cdrdao: add patch.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Sat May 26 17:09:29 2018 +0300 (2018-05-26) |
parents | fb9d8c16e8db |
children | f48456621a9d |
line diff
1.1 --- a/evince/receipt Fri Apr 06 17:43:57 2018 +0300 1.2 +++ b/evince/receipt Sat May 26 17:09:29 2018 +0300 1.3 @@ -32,7 +32,9 @@ 1.4 --with-help-formats=none \ 1.5 --disable-help \ 1.6 $CONFIGURE_ARGS && 1.7 - make -j1 && make -j1 DESTDIR=$DESTDIR install || return 1 1.8 + fix libtool && 1.9 + make -j1 && 1.10 + make -j1 DESTDIR=$DESTDIR install || return 1 1.11 1.12 install -Dm644 $stuff/evince.desktop $install/usr/share/applications/evince.desktop 1.13 }