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-simulation/pmars-sdl/
Date: Thu, 01 Aug 2019 11:07:47
Message-Id: 1564657585.e57fd1a66b68c33337271320b43b6e61416971bb.steils@gentoo
1 commit: e57fd1a66b68c33337271320b43b6e61416971bb
2 Author: Stefan Strogin <steils <AT> gentoo <DOT> org>
3 AuthorDate: Thu Aug 1 11:06:07 2019 +0000
4 Commit: Stefan Strogin <steils <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 1 11:06:25 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e57fd1a6
7
8 games-simulation/pmars-sdl: fix building with ncurses[tinfo]
9
10 Closes: https://bugs.gentoo.org/689984
11 Package-Manager: Portage-2.3.69, Repoman-2.3.16
12 Signed-off-by: Stefan Strogin <steils <AT> gentoo.org>
13
14 games-simulation/pmars-sdl/pmars-sdl-0.9.2e-r1.ebuild | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/games-simulation/pmars-sdl/pmars-sdl-0.9.2e-r1.ebuild b/games-simulation/pmars-sdl/pmars-sdl-0.9.2e-r1.ebuild
18 index b7f96156df9..b52f266d523 100644
19 --- a/games-simulation/pmars-sdl/pmars-sdl-0.9.2e-r1.ebuild
20 +++ b/games-simulation/pmars-sdl/pmars-sdl-0.9.2e-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 @@ -46,7 +46,7 @@ src_compile() {
28 LIB="-L/usr/X11R6/lib -lX11"
29 else
30 CFLAGS="${CFLAGS} -DCURSESGRAPHX"
31 - LIB="-lcurses"
32 + LIB="-lcurses -ltinfo"
33 fi
34
35 cd src