wok-next diff fbterm/receipt @ rev 21456
updated squid (3.5.27 -> 4.11)
author | Hans-G?nter Theisgen |
---|---|
date | Thu May 07 14:16:06 2020 +0100 (2020-05-07) |
parents | a3c581bf52b8 |
children | a342b4d60d5d |
line diff
1.1 --- a/fbterm/receipt Fri Aug 10 12:53:17 2018 +0300 1.2 +++ b/fbterm/receipt Thu May 07 14:16:06 2020 +0100 1.3 @@ -16,16 +16,15 @@ 1.4 # -> http://www.codon.org.uk/~mjg59/libx86/ 1.5 BUILD_DEPENDS="freetype-dev fontconfig-dev gpm-dev ncurses-dev" 1.6 1.7 -# Rules to configure and make the package. 1.8 -compile_rules() 1.9 -{ 1.10 +compile_rules() { 1.11 sed -i 's/-1/(u16) &/' src/lib/vterm_states.cpp 1.12 - ./configure $CONFIGURE_ARGS && make && make install 1.13 + 1.14 + ./configure $CONFIGURE_ARGS && 1.15 + make && 1.16 + make install 1.17 } 1.18 1.19 -# Rules to gen a SliTaz package suitable for Tazpkg. 1.20 -genpkg_rules() 1.21 -{ 1.22 +genpkg_rules() { 1.23 copy @std 1.24 DEPENDS="fontconfig freetype" 1.25 }