Gentoo Archives: gentoo-commits

From: Stefan Strogin <steils@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-arcade/ninvaders/
Date: Sat, 17 Aug 2019 22:11:03
Message-Id: 1566079671.f2276060aff07e74dfa501079d9d1191f8c5fccd.steils@gentoo
1 commit: f2276060aff07e74dfa501079d9d1191f8c5fccd
2 Author: Stefan Strogin <steils <AT> gentoo <DOT> org>
3 AuthorDate: Sat Aug 17 22:05:51 2019 +0000
4 Commit: Stefan Strogin <steils <AT> gentoo <DOT> org>
5 CommitDate: Sat Aug 17 22:07:51 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2276060
7
8 games-arcade/ninvaders: fix building with ncurses[tinfo]
9
10 Closes: https://bugs.gentoo.org/690818
11 Package-Manager: Portage-2.3.71, Repoman-2.3.17
12 Signed-off-by: Stefan Strogin <steils <AT> gentoo.org>
13
14 games-arcade/ninvaders/ninvaders-0.1.1-r1.ebuild | 5 +++--
15 1 file changed, 3 insertions(+), 2 deletions(-)
16
17 diff --git a/games-arcade/ninvaders/ninvaders-0.1.1-r1.ebuild b/games-arcade/ninvaders/ninvaders-0.1.1-r1.ebuild
18 index 84d3b0553b6..6ae1baeff5d 100644
19 --- a/games-arcade/ninvaders/ninvaders-0.1.1-r1.ebuild
20 +++ b/games-arcade/ninvaders/ninvaders-0.1.1-r1.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2018 Gentoo Foundation
23 +# Copyright 1999-2019 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=6
27 @@ -21,7 +21,8 @@ PATCHES=( "${FILESDIR}"/${P}-compile.patch )
28 src_compile() {
29 emake \
30 CC="$(tc-getCC)" \
31 - CFLAGS="${CFLAGS}"
32 + CFLAGS="${CFLAGS}" \
33 + LIBS="$($(tc-getPKG_CONFIG) --libs ncurses)"
34 }
35
36 src_install() {