wok-next diff a2ps/receipt @ rev 5947
avidemux: fix build for gcc45 (again)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Aug 03 12:39:38 2010 +0200 (2010-08-03) |
parents | f4fd0777003f |
children | 8ef4e77889f9 |
line diff
1.1 --- a/a2ps/receipt Tue Feb 16 10:51:34 2010 +0000 1.2 +++ b/a2ps/receipt Tue Aug 03 12:39:38 2010 +0200 1.3 @@ -15,6 +15,8 @@ 1.4 compile_rules() 1.5 { 1.6 cd $src 1.7 + # Be busybox sort compatible 1.8 + sed -i 's/+0 -1/-k 1,2/' afm/make_fonts_map.sh 1.9 ./configure --prefix=/usr --infodir=/usr/share/info \ 1.10 --sysconfdir=/etc --mandir=/usr/share/man $CONFIGURE_ARGS && 1.11 make &&