wok-next diff geos/receipt @ rev 19948

Up ghostscript (9.22) again
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Oct 16 12:07:55 2017 +0200 (2017-10-16)
parents fe9e51a734b0
children 8014569962ac
line diff
     1.1 --- a/geos/receipt	Wed Nov 11 14:50:32 2015 +0100
     1.2 +++ b/geos/receipt	Mon Oct 16 12:07:55 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