Package-Manager: Portage-2.3.67, Repoman-2.3.13
Fixes: https://bugs.gentoo.org/687118
Signed-off-by: Jeroen Roovers <jer@gentoo.org>
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
-inherit eutils gnome2-utils
+inherit eutils flag-o-matic gnome2-utils
DESCRIPTION="Beaver is an Early AdVanced EditoR"
HOMEPAGE="http://beaver-editor.sourceforge.net/"
}
src_configure() {
+ append-cflags -fgnu89-inline
+
econf \
$(use_enable doc doxygen-doc) \
$(use_enable debug)