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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8BEE91581C1 for ; Wed, 17 Jul 2024 08:40:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 61A3F2BC106; Wed, 17 Jul 2024 08:40:26 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 44DB72BC106 for ; Wed, 17 Jul 2024 08:40:26 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DA83F343007 for ; Wed, 17 Jul 2024 08:40:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 43A461E43 for ; Wed, 17 Jul 2024 08:40:22 +0000 (UTC) From: "David Roman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Roman" Message-ID: <1721178797.4a795fda13eca803ab654f472eef795835d0a084.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: games-strategy/gigalomania/ X-VCS-Repository: repo/proj/guru X-VCS-Files: games-strategy/gigalomania/gigalomania-1.0.1.ebuild X-VCS-Directories: games-strategy/gigalomania/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: 4a795fda13eca803ab654f472eef795835d0a084 X-VCS-Branch: master Date: Wed, 17 Jul 2024 08:40:22 +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: 087f45a7-4cc8-4816-bc47-9f6c1c010606 X-Archives-Hash: bacee3b83161a28f837ee729a8868e56 commit: 4a795fda13eca803ab654f472eef795835d0a084 Author: Lucio Sauer posteo net> AuthorDate: Tue Jul 16 23:11:14 2024 +0000 Commit: David Roman gmail com> CommitDate: Wed Jul 17 01:13:17 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4a795fda games-strategy/gigalomania: Pass the user's LDFLAGS to make Bug: https://bugs.gentoo.org/933591 Fixes: bf643d2fe683d020907c17d1364a2b06343a8a3b Signed-off-by: Lucio Sauer posteo.net> games-strategy/gigalomania/gigalomania-1.0.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/games-strategy/gigalomania/gigalomania-1.0.1.ebuild b/games-strategy/gigalomania/gigalomania-1.0.1.ebuild index 3bec97385..a6af90f8d 100644 --- a/games-strategy/gigalomania/gigalomania-1.0.1.ebuild +++ b/games-strategy/gigalomania/gigalomania-1.0.1.ebuild @@ -35,7 +35,7 @@ PATCHES=" src_compile() { tc-export CXX - emake CXXFLAGS="${CXXFLAGS}" + emake CXXFLAGS="${CXXFLAGS}" LDFLAGS="${LDFLAGS}" } src_install() {