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 3F40E1581C1 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 55C882BC105; 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 3A0C82BC105 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 D6B74342FB1 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 308761E42 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: <1721178796.96efefb928a718e465e9ece30e4ddd439553e77d.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: 96efefb928a718e465e9ece30e4ddd439553e77d 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: e5178ae5-2e78-4ae3-bc44-6f77a685351e X-Archives-Hash: 1ada27c71dda99e9751c625f79a2c1eb commit: 96efefb928a718e465e9ece30e4ddd439553e77d Author: Lucio Sauer posteo net> AuthorDate: Tue Jul 16 23:08:43 2024 +0000 Commit: David Roman gmail com> CommitDate: Wed Jul 17 01:13:16 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=96efefb9 games-strategy/gigalomania: pass CXXFLAGS instead of CFLAGS to make This is a cpp program. Bug: https://bugs.gentoo.org/933592 Fixes: 96d99c5656ca40fbdb3a4970130cdfe4f9d6e69a 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 c21290b05..3bec97385 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 CFLAGS="${CFLAGS}" + emake CXXFLAGS="${CXXFLAGS}" } src_install() {