From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id BCCD4138334 for ; Thu, 1 Aug 2019 11:07:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BE777E077F; Thu, 1 Aug 2019 11:07:46 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A1839E077F for ; Thu, 1 Aug 2019 11:07:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 60A863484F4 for ; Thu, 1 Aug 2019 11:07:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 77C156DB for ; Thu, 1 Aug 2019 11:07:43 +0000 (UTC) From: "Stefan Strogin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Stefan Strogin" Message-ID: <1564657585.e57fd1a66b68c33337271320b43b6e61416971bb.steils@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-simulation/pmars-sdl/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-simulation/pmars-sdl/pmars-sdl-0.9.2e-r1.ebuild X-VCS-Directories: games-simulation/pmars-sdl/ X-VCS-Committer: steils X-VCS-Committer-Name: Stefan Strogin X-VCS-Revision: e57fd1a66b68c33337271320b43b6e61416971bb X-VCS-Branch: master Date: Thu, 1 Aug 2019 11:07:43 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 2d9bfa98-bff9-4d6a-b8d5-203bb2b5867d X-Archives-Hash: cb1e11b5a62e811f25339b7021672ba6 commit: e57fd1a66b68c33337271320b43b6e61416971bb Author: Stefan Strogin gentoo org> AuthorDate: Thu Aug 1 11:06:07 2019 +0000 Commit: Stefan Strogin gentoo org> CommitDate: Thu Aug 1 11:06:25 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e57fd1a6 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 gentoo.org> games-simulation/pmars-sdl/pmars-sdl-0.9.2e-r1.ebuild | 4 ++-- 1 file 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 b7f96156df9..b52f266d523 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