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 590061581C1 for ; Wed, 17 Jul 2024 08:40:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DE5432BC107; Wed, 17 Jul 2024 08:40:26 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 C749D2BC107 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 228DC34300B for ; Wed, 17 Jul 2024 08:40:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 56B741E44 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: <1721178798.9552e2773188ad9e1d59b9eb8bb12399a76b1ef9.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: games-strategy/gigalomania/files/ X-VCS-Repository: repo/proj/guru X-VCS-Files: games-strategy/gigalomania/files/Makefile.patch X-VCS-Directories: games-strategy/gigalomania/files/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: 9552e2773188ad9e1d59b9eb8bb12399a76b1ef9 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: 1d3d4b09-8f6c-43ee-9467-7a2c2be6e4bb X-Archives-Hash: 80f7e344a2ccc46630a1c87bc4c660f5 commit: 9552e2773188ad9e1d59b9eb8bb12399a76b1ef9 Author: Lucio Sauer posteo net> AuthorDate: Tue Jul 16 23:12:50 2024 +0000 Commit: David Roman gmail com> CommitDate: Wed Jul 17 01:13:18 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9552e277 games-strategy/gigalomania: add description to Makefile patch Signed-off-by: Lucio Sauer posteo.net> games-strategy/gigalomania/files/Makefile.patch | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/games-strategy/gigalomania/files/Makefile.patch b/games-strategy/gigalomania/files/Makefile.patch index 36c84c21b..6a1b161ee 100644 --- a/games-strategy/gigalomania/files/Makefile.patch +++ b/games-strategy/gigalomania/files/Makefile.patch @@ -1,5 +1,8 @@ -diff --git i/Makefile w/Makefile -index 7d3056a..54fbb73 100644 +Use correct CXX, CXXFLAGS, LDFLAGS + +Bug: https://bugs.gentoo.org/933592 +Bug: https://bugs.gentoo.org/933591 +Bug: https://bugs.gentoo.org/933590 --- i/Makefile +++ w/Makefile @@ -1,28 +1,26 @@