Skip to content

Commit

Permalink
games-board/mt_ncurses_client: fix building with ncurses[tinfo]
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/691016
Package-Manager: Portage-2.3.71, Repoman-2.3.17
Signed-off-by: Stefan Strogin <[email protected]>
  • Loading branch information
steils committed Aug 17, 2019
1 parent f227606 commit 97cf190
Showing 1 changed file with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
# Copyright 1999-2016 Gentoo Foundation
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=6

inherit toolchain-funcs

DESCRIPTION="client for the french tarot game maitretarot"
HOMEPAGE="http://www.nongnu.org/maitretarot/"
SRC_URI="https://savannah.nongnu.org/download/maitretarot/${PN}.pkg/${PV}/${P}.tar.bz2"
Expand All @@ -22,3 +24,8 @@ RDEPEND=${DEPEND}
PATCHES=(
"${FILESDIR}"/${P}-format.patch
)

src_configure() {
export LIBS="$( $(tc-getPKG_CONFIG) --libs ncurses )"
default
}

0 comments on commit 97cf190

Please sign in to comment.