From f98f2d1e819cea8085f0c3bbc2771d363f430b72 Mon Sep 17 00:00:00 2001 From: David Seifert Date: Thu, 15 Sep 2016 09:44:33 +0200 Subject: [PATCH] dev-libs/ucl: Allow for compiling with GCC 6 Gentoo-bug: 585632 Package-Manager: portage-2.3.0 --- dev-libs/ucl/ucl-1.03-r1.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/dev-libs/ucl/ucl-1.03-r1.ebuild b/dev-libs/ucl/ucl-1.03-r1.ebuild index 49083baea207a..2a7d118b6e8ef 100644 --- a/dev-libs/ucl/ucl-1.03-r1.ebuild +++ b/dev-libs/ucl/ucl-1.03-r1.ebuild @@ -3,7 +3,7 @@ # $Id$ EAPI=5 -inherit autotools eutils +inherit autotools eutils flag-o-matic DESCRIPTION="the UCL Compression Library" HOMEPAGE="http://www.oberhumer.com/opensource/ucl/" @@ -32,6 +32,9 @@ src_prepare() { } src_configure() { + # bug #585632 + append-cflags -std=c90 + econf \ --enable-shared \ $(use_enable static-libs static)