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 4D4B7158086 for ; Tue, 4 Jan 2022 08:30:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BCA612BC01A; Tue, 4 Jan 2022 08:30:57 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 387CB2BC01A for ; Tue, 4 Jan 2022 08:30:50 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8D696343194 for ; Tue, 4 Jan 2022 08:30:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EF689239 for ; Tue, 4 Jan 2022 08:30:41 +0000 (UTC) From: "Ionen Wolkens" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ionen Wolkens" Message-ID: <1641284920.daae655c343abfc4e6da6c786fe2fa09804efd20.ionen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-simulation/crrcsim/files/, games-simulation/crrcsim/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-simulation/crrcsim/crrcsim-0.9.13-r2.ebuild games-simulation/crrcsim/files/crrcsim-0.9.13-clang.patch X-VCS-Directories: games-simulation/crrcsim/ games-simulation/crrcsim/files/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: daae655c343abfc4e6da6c786fe2fa09804efd20 X-VCS-Branch: master Date: Tue, 4 Jan 2022 08:30:41 +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: 7d12e826-2583-4dda-83fe-7188734e74e5 X-Archives-Hash: 167e150e3f4583cc536d04fa3c8fed96 commit: daae655c343abfc4e6da6c786fe2fa09804efd20 Author: Ionen Wolkens gentoo org> AuthorDate: Tue Jan 4 08:28:17 2022 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Tue Jan 4 08:28:40 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=daae655c games-simulation/crrcsim: fix build with clang Closes: https://bugs.gentoo.org/830572 Signed-off-by: Ionen Wolkens gentoo.org> games-simulation/crrcsim/crrcsim-0.9.13-r2.ebuild | 3 ++- games-simulation/crrcsim/files/crrcsim-0.9.13-clang.patch | 10 ++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/games-simulation/crrcsim/crrcsim-0.9.13-r2.ebuild b/games-simulation/crrcsim/crrcsim-0.9.13-r2.ebuild index 2885d6f78f0c..3acdebc8c4e8 100644 --- a/games-simulation/crrcsim/crrcsim-0.9.13-r2.ebuild +++ b/games-simulation/crrcsim/crrcsim-0.9.13-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -29,6 +29,7 @@ DEPEND=" PATCHES=( "${FILESDIR}"/${P}-gcc6.patch "${FILESDIR}"/${P}-overlink.patch + "${FILESDIR}"/${P}-clang.patch ) DOCS=( AUTHORS HISTORY ) diff --git a/games-simulation/crrcsim/files/crrcsim-0.9.13-clang.patch b/games-simulation/crrcsim/files/crrcsim-0.9.13-clang.patch new file mode 100644 index 000000000000..967d51d7239d --- /dev/null +++ b/games-simulation/crrcsim/files/crrcsim-0.9.13-clang.patch @@ -0,0 +1,10 @@ +https://bugs.gentoo.org/830572 +--- a/src/mod_fdm_config.h ++++ b/src/mod_fdm_config.h +@@ -36,5 +36,5 @@ + #define MOD_FDM_USE_MCOPTER01 1 + +-#define MOD_FDM_INFOSTR "CRRCSim "PACKAGE_VERSION ++#define MOD_FDM_INFOSTR "CRRCSim " PACKAGE_VERSION + +