Skip to content

Commit

Permalink
games-server/monopd: fix build with >=dev-libs/utfcpp-2.3.6
Browse files Browse the repository at this point in the history
Reported-by: Toralf Förster <[email protected]>
Reported-by: Arfrever Frehtes Taifersar Arahesis <[email protected]>
Closes: https://bugs.gentoo.org/691952
Package-Manager: Portage-2.3.73, Repoman-2.3.17
Signed-off-by: Stefan Strogin <[email protected]>
  • Loading branch information
steils committed Aug 29, 2019
1 parent 3b5b48e commit 023655c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions games-server/monopd/monopd-0.10.2-r1.ebuild
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# 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/"
Expand Down Expand Up @@ -33,6 +34,7 @@ src_prepare() {
}

src_configure() {
append-cppflags -I"/usr/include/utf8cpp"
econf $(use_with systemd systemd-daemon)
}

Expand Down

0 comments on commit 023655c

Please sign in to comment.