summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app-text/enchant/enchant-1.6.1-r2.ebuild5
1 files changed, 5 insertions, 0 deletions
diff --git a/app-text/enchant/enchant-1.6.1-r2.ebuild b/app-text/enchant/enchant-1.6.1-r2.ebuild
index c011eda172ef..c9eace21f777 100644
--- a/app-text/enchant/enchant-1.6.1-r2.ebuild
+++ b/app-text/enchant/enchant-1.6.1-r2.ebuild
@@ -3,6 +3,8 @@
EAPI=8
+inherit flag-o-matic
+
MY_PV="${PV//./-}"
DESCRIPTION="Spellchecker wrapping library"
HOMEPAGE="https://github.com/rrthomas/enchant"
@@ -39,6 +41,9 @@ src_prepare() {
}
src_configure() {
+ # bug #932436
+ append-cflags -std=gnu89
+
local myconf=(
--datadir="${EPREFIX}"/usr/share/enchant-1
--disable-static