wok-next diff a2ps/receipt @ rev 21571
updated cssc (1.4.0 -> 1.4.1)
author | Hans-G?nter Theisgen |
---|---|
date | Mon Jun 22 16:52:21 2020 +0100 (2020-06-22) |
parents | 757d032c55c7 |
children |
line diff
1.1 --- a/a2ps/receipt Fri Mar 30 19:31:50 2018 +0300 1.2 +++ b/a2ps/receipt Mon Jun 22 16:52:21 2020 +0100 1.3 @@ -12,13 +12,15 @@ 1.4 WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL" 1.5 1.6 BUILD_DEPENDS="gperf" 1.7 +COOKOPTS="skip-log-errors" 1.8 1.9 compile_rules() { 1.10 # Be busybox sort compatible 1.11 sed -i 's/+0 -1/-k 1,2/' afm/make_fonts_map.sh 1.12 1.13 ./configure $CONFIGURE_ARGS && 1.14 - make 2>&1 | grep -v fonts.map.new && 1.15 + fix libtool && 1.16 + make && 1.17 make install || return 1 1.18 1.19 sed -i 's/^FileCommand/#FileCommand/' $install/etc/a2ps.cfg