wok-next rev 19898
fbterm, geos: tiny patch; rox-filer: update bdeps
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Oct 12 11:28:58 2017 +0200 (2017-10-12) |
parents | b9ff88ab27f7 |
children | 17542efd96c8 |
files | fbterm/receipt geos/receipt rox-filer/receipt |
line diff
1.1 --- a/fbterm/receipt Thu Oct 12 06:46:48 2017 +0300 1.2 +++ b/fbterm/receipt Thu Oct 12 11:28:58 2017 +0200 1.3 @@ -18,6 +18,7 @@ 1.4 # Rules to configure and make the package. 1.5 compile_rules() 1.6 { 1.7 + sed -i 's/-1/(u16) &/' src/lib/vterm_states.cpp 1.8 ./configure $CONFIGURE_ARGS && make && make install 1.9 } 1.10
2.1 --- a/geos/receipt Thu Oct 12 06:46:48 2017 +0300 2.2 +++ b/geos/receipt Thu Oct 12 11:28:58 2017 +0200 2.3 @@ -16,6 +16,8 @@ 2.4 # Rules to configure and make the package. 2.5 compile_rules() 2.6 { 2.7 + sed -i 's/cmath/math.h/;s/isnan(/std::&/' configure 2.8 + sed -i 's/(isnan(x))/(std::isnan(x))/' include/geos/platform.h.in 2.9 ./configure $CONFIGURE_ARGS && make && make install 2.10 } 2.11
3.1 --- a/rox-filer/receipt Thu Oct 12 06:46:48 2017 +0300 3.2 +++ b/rox-filer/receipt Thu Oct 12 11:28:58 2017 +0200 3.3 @@ -12,7 +12,8 @@ 3.4 TAGS="file-manager" 3.5 3.6 DEPENDS="gtk+ libglade libxml2 xorg-libXdamage shared-mime-info xorg-libSM" 3.7 -BUILD_DEPENDS="libglade-dev libxml2-dev gtk+-dev shared-mime-info-dev" 3.8 +BUILD_DEPENDS="libglade-dev libxml2-dev gtk+-dev shared-mime-info-dev \ 3.9 +xorg-libSM-dev" 3.10 3.11 # Rules to configure and make the package. 3.12 compile_rules()