games-simulation/pmars-sdl: fix building with ncurses[tinfo]
authorStefan Strogin <steils@gentoo.org>
Thu, 1 Aug 2019 11:06:07 +0000 (14:06 +0300)
committerStefan Strogin <steils@gentoo.org>
Thu, 1 Aug 2019 11:06:25 +0000 (14:06 +0300)
Closes: https://bugs.gentoo.org/689984
Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Stefan Strogin <steils@gentoo.org>
games-simulation/pmars-sdl/pmars-sdl-0.9.2e-r1.ebuild

index b7f96156df97876785e67cfa03efb5b690d6104c..b52f266d523d3501f11f8e3b60d15115accb5d33 100644 (file)
@@ -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