wok diff osm2pgrouting/receipt @ rev 23876

Up dropbear (2020.80)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Jul 01 14:12:33 2020 +0000 (2020-07-01)
parents e65a1f719192
children 5ea0ce1cecc0
line diff
     1.1 --- a/osm2pgrouting/receipt	Thu May 30 09:21:38 2019 +0100
     1.2 +++ b/osm2pgrouting/receipt	Wed Jul 01 14:12:33 2020 +0000
     1.3 @@ -11,14 +11,14 @@
     1.4  TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.5  WGET_URL="$WEB_SITE/archive/v$VERSION.tar.gz"
     1.6  
     1.7 -DEPENDS="expat gcc49-lib-base libboost-program-options libpostgresqlclient"
     1.8 -BUILD_DEPENDS="cmake expat-dev gcc49 libpqxx libboost-program-options-dev \
     1.9 +DEPENDS="expat gcc83-lib-base libboost-program-options libpostgresqlclient"
    1.10 +BUILD_DEPENDS="cmake expat-dev gcc83 libpqxx libboost-program-options-dev \
    1.11  	pgrouting postgis postgresql-dev"
    1.12  
    1.13  # Rules to configure and make the package.
    1.14  compile_rules()
    1.15  {
    1.16 -	export CXX=g++-49
    1.17 +	export CXX=g++-83
    1.18  
    1.19  	cmake -DCMAKE_INSTALL_PREFIX=/usr -H. -Bbuild
    1.20  	cd build/