From d2e23259119f9061e7ab34a079a63c22db1a138a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Fri, 9 Oct 2015 09:44:17 +0200 Subject: [PATCH] inkscape: fix build with libsigc++ >= 2.6.0 Closes #2714 --- srcpkgs/inkscape/template | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/srcpkgs/inkscape/template b/srcpkgs/inkscape/template index 83b270a1424..8ab4660ec33 100644 --- a/srcpkgs/inkscape/template +++ b/srcpkgs/inkscape/template @@ -1,7 +1,7 @@ # Template file for 'inkscape' pkgname=inkscape version=0.91 -revision=8 +revision=9 build_style=gnu-configure configure_args="--enable-lcms --enable-poppler-cairo --without-gnome-vfs --disable-static" @@ -18,3 +18,5 @@ license="GPL-2, LGPL-2.1" #distfiles="$SOURCEFORGE_SITE/$pkgname/$pkgname-$version.tar.bz2" distfiles="https://inkscape.global.ssl.fastly.net/media/resources/file/${pkgname}-${version}.tar.bz2" checksum=4d901f8a9e1924404e797ad23b8b0c495a9d155448816d95a55974314e1f141b + +CXXFLAGS="-std=c++11"