summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2016-09-15 09:44:33 +0200
committerDavid Seifert <soap@gentoo.org>2016-09-15 09:45:15 +0200
commitf98f2d1e819cea8085f0c3bbc2771d363f430b72 (patch)
treeb452812dba337063187627cfe5dbdda7dd11c05c
parentx11-misc/pcmanfm: version bump to 1.2.4 (diff)
downloadgentoo-f98f2d1e819cea8085f0c3bbc2771d363f430b72.tar.gz
gentoo-f98f2d1e819cea8085f0c3bbc2771d363f430b72.tar.bz2
gentoo-f98f2d1e819cea8085f0c3bbc2771d363f430b72.zip
dev-libs/ucl: Allow for compiling with GCC 6
Gentoo-bug: 585632 Package-Manager: portage-2.3.0
-rw-r--r--dev-libs/ucl/ucl-1.03-r1.ebuild5
1 files changed, 4 insertions, 1 deletions
diff --git a/dev-libs/ucl/ucl-1.03-r1.ebuild b/dev-libs/ucl/ucl-1.03-r1.ebuild
index 49083baea207..2a7d118b6e8e 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)