diff options
author | Stefan Strogin <steils@gentoo.org> | 2019-08-01 14:06:07 +0300 |
---|---|---|
committer | Stefan Strogin <steils@gentoo.org> | 2019-08-01 14:06:25 +0300 |
commit | e57fd1a66b68c33337271320b43b6e61416971bb (patch) | |
tree | 0e94b2a24aaa01dc8ebfdfcc1620a42743503f64 /games-simulation/pmars-sdl/pmars-sdl-0.9.2e-r1.ebuild | |
parent | profiles: Drop mask for removed media-sound/ventrilo-server-bin. (diff) | |
download | gentoo-e57fd1a66b68c33337271320b43b6e61416971bb.tar.gz gentoo-e57fd1a66b68c33337271320b43b6e61416971bb.tar.bz2 gentoo-e57fd1a66b68c33337271320b43b6e61416971bb.zip |
games-simulation/pmars-sdl: fix building with ncurses[tinfo]
Closes: https://bugs.gentoo.org/689984
Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Stefan Strogin <steils@gentoo.org>
Diffstat (limited to 'games-simulation/pmars-sdl/pmars-sdl-0.9.2e-r1.ebuild')
-rw-r--r-- | games-simulation/pmars-sdl/pmars-sdl-0.9.2e-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
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 index b7f96156df97..b52f266d523d 100644 --- a/games-simulation/pmars-sdl/pmars-sdl-0.9.2e-r1.ebuild +++ b/games-simulation/pmars-sdl/pmars-sdl-0.9.2e-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -46,7 +46,7 @@ src_compile() { LIB="-L/usr/X11R6/lib -lX11" else CFLAGS="${CFLAGS} -DCURSESGRAPHX" - LIB="-lcurses" + LIB="-lcurses -ltinfo" fi cd src |