dev-libs/ucl: Allow for compiling with GCC 6

Gentoo-bug: 585632

Package-Manager: portage-2.3.0
This commit is contained in:
David Seifert
2016-09-15 09:44:33 +02:00
parent 83ae8df1d1
commit f98f2d1e81

View File

@@ -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)