mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-23 16:49:10 -07:00
dev-libs/ucl: Allow for compiling with GCC 6
Gentoo-bug: 585632 Package-Manager: portage-2.3.0
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user