summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-libs')
-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)