Reported-by: Toralf Förster <toralf@gentoo.org>
Reported-by: Arfrever Frehtes Taifersar Arahesis <arfrever.fta@gmail.com>
Closes: https://bugs.gentoo.org/691952
Package-Manager: Portage-2.3.73, Repoman-2.3.17
Signed-off-by: Stefan Strogin <steils@gentoo.org>
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-inherit autotools eutils systemd
+
+inherit autotools eutils flag-o-matic systemd
DESCRIPTION="server for atlantik games"
HOMEPAGE="http://gtkatlantic.gradator.net/"
}
src_configure() {
+ append-cppflags -I"/usr/include/utf8cpp"
econf $(use_with systemd systemd-daemon)
}