wok diff osm2pgrouting/receipt @ rev 22420

these 3 packages seem not used in xfce4 v4.12, so reverting to last version in slitaz: 4.10.0: libxfcegui4 libxfcegui4-dev xfce4-mixer
author Erkan Yilmaz <erkan@slitaz.org>
date Sun Dec 15 09:01:23 2019 +0000 (2019-12-15)
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 Dec 15 09:01:23 2019 +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/