wok diff osm2pgrouting/receipt @ rev 23807

eudev: include relocated udevadm
author Richard Dunbar <mojo@slitaz.org>
date Sun May 24 12:23:14 2020 -0400 (2020-05-24)
parents e65a1f719192
children 5ea0ce1cecc0
line diff
     1.1 --- a/osm2pgrouting/receipt	Thu May 30 09:21:38 2019 +0100
     1.2 +++ b/osm2pgrouting/receipt	Sun May 24 12:23:14 2020 -0400
     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/