wok-next diff fbterm/receipt @ rev 21020
Cleaning is almost finished... I should proceed to upgrades.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Fri Nov 02 14:15:08 2018 +0200 (2018-11-02) |
parents | a3c581bf52b8 |
children | a342b4d60d5d |
line diff
1.1 --- a/fbterm/receipt Fri Aug 10 12:53:17 2018 +0300 1.2 +++ b/fbterm/receipt Fri Nov 02 14:15:08 2018 +0200 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 }