diff --git a/srcpkgs/libtorrent-rasterbar/template b/srcpkgs/libtorrent-rasterbar/template index b8746d4be10..5e9ba6fa7d5 100644 --- a/srcpkgs/libtorrent-rasterbar/template +++ b/srcpkgs/libtorrent-rasterbar/template @@ -1,7 +1,7 @@ # Template file for 'libtorrent-rasterbar' pkgname=libtorrent-rasterbar version=1.1.1 -revision=1 +revision=2 build_style=gnu-configure configure_args="--with-libgeoip --with-boost-libdir=${XBPS_CROSS_BASE}/usr/lib" hostmakedepends="pkg-config intltool" @@ -15,6 +15,7 @@ checksum=f70c82367b0980460ef95aff3e117fd4a174477892d529beec434f74d615b31f subpackages="libtorrent-rasterbar-devel" CXXFLAGS="-std=c++11" +CFLAGS="-std=c++11" # FIXME: bindings/python doesn't use CXXFLAGS if [ -z "$CROSS_BUILD" ]; then configure_args+=" --enable-python-binding"