From ad495e5947533ffd59c388366c94983c5254a0f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Sat, 21 Jul 2018 18:26:53 +0200 Subject: [PATCH] redland: rebuild for gcc stdc++ dropping gcc4 compat --- srcpkgs/redland/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/redland/template b/srcpkgs/redland/template index ba239638616..2ab604ee011 100644 --- a/srcpkgs/redland/template +++ b/srcpkgs/redland/template @@ -3,7 +3,7 @@ _desc="Redland Resource Description Framework (RDF)" pkgname=redland version=1.0.17 -revision=3 +revision=4 build_style=gnu-configure configure_args="--disable-static --enable-release --with-raptor=system --with-rasqal=system --with-sqlite=3"