wok-next diff geos/receipt @ 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 | fe9e51a734b0 |
children | 8014569962ac |
line diff
1.1 --- a/geos/receipt Wed Nov 11 14:50:32 2015 +0100 1.2 +++ b/geos/receipt Thu Oct 12 11:28:58 2017 +0200 1.3 @@ -16,6 +16,8 @@ 1.4 # Rules to configure and make the package. 1.5 compile_rules() 1.6 { 1.7 + sed -i 's/cmath/math.h/;s/isnan(/std::&/' configure 1.8 + sed -i 's/(isnan(x))/(std::isnan(x))/' include/geos/platform.h.in 1.9 ./configure $CONFIGURE_ARGS && make && make install 1.10 } 1.11