wok-next diff gdal/receipt @ rev 20629

Up aalib, babl, exiv2, fontconfig, gnome-themes-standard, json-glib, mousepad
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Apr 26 21:51:47 2018 +0300 (2018-04-26)
parents 5baa3b6a24e7
children a3c581bf52b8
line diff
     1.1 --- a/gdal/receipt	Thu Apr 12 09:48:04 2018 +0300
     1.2 +++ b/gdal/receipt	Thu Apr 26 21:51:47 2018 +0300
     1.3 @@ -18,7 +18,7 @@
     1.4  COOKOPTS="skip-log-errors"
     1.5  
     1.6  compile_rules() {
     1.7 -	fix math
     1.8 +#	fix math
     1.9  	./configure \
    1.10  		--datadir=/usr/share/gdal \
    1.11  		--with-threads \
    1.12 @@ -27,6 +27,7 @@
    1.13  		--with-geos \
    1.14  		--with-sqlite3=no \
    1.15  		--with-ogr &&
    1.16 +	fix libtool &&
    1.17  	make &&
    1.18  	make install BINDINGS="perl python"
    1.19  }