From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1310675-garchives=archives.gentoo.org@lists.gentoo.org>
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 5F1DF139360
	for <garchives@archives.gentoo.org>; Sat,  7 Aug 2021 15:14:21 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 8E018E08AD;
	Sat,  7 Aug 2021 15:14:20 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4])
	(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 7232DE08AD
	for <gentoo-commits@lists.gentoo.org>; Sat,  7 Aug 2021 15:14:20 +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 39EC7342C3B
	for <gentoo-commits@lists.gentoo.org>; Sat,  7 Aug 2021 15:14:19 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 850D184C
	for <gentoo-commits@lists.gentoo.org>; Sat,  7 Aug 2021 15:14:17 +0000 (UTC)
From: "Ionen Wolkens" <ionen@gentoo.org>
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" <ionen@gentoo.org>
Message-ID: <1628349147.cd5bfd643af2ebed8ab342f62fd3b492d528a9c9.ionen@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: games-sports/speed-dreams/
X-VCS-Repository: repo/gentoo
X-VCS-Files: games-sports/speed-dreams/speed-dreams-2.2.3_rc1.ebuild
X-VCS-Directories: games-sports/speed-dreams/
X-VCS-Committer: ionen
X-VCS-Committer-Name: Ionen Wolkens
X-VCS-Revision: cd5bfd643af2ebed8ab342f62fd3b492d528a9c9
X-VCS-Branch: master
Date: Sat,  7 Aug 2021 15:14:17 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 3223aafb-b951-4d70-ab91-99726df28a5c
X-Archives-Hash: 91925b6095af80f8c7cc8dbc5d1a1773

commit:     cd5bfd643af2ebed8ab342f62fd3b492d528a9c9
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Sat Aug  7 14:52:45 2021 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Sat Aug  7 15:12:27 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd5bfd64

games-sports/speed-dreams: add -I. to workaround system config.h

If for some reason /usr/include/config.h exists, this package uses it.

Closes: https://bugs.gentoo.org/806980
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>

 games-sports/speed-dreams/speed-dreams-2.2.3_rc1.ebuild | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/games-sports/speed-dreams/speed-dreams-2.2.3_rc1.ebuild b/games-sports/speed-dreams/speed-dreams-2.2.3_rc1.ebuild
index 24aa937c04a..abca85587f0 100644
--- a/games-sports/speed-dreams/speed-dreams-2.2.3_rc1.ebuild
+++ b/games-sports/speed-dreams/speed-dreams-2.2.3_rc1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-inherit cmake desktop
+inherit cmake desktop flag-o-matic
 
 MY_PV="$(ver_rs 3 -)-r7601"
 
@@ -45,6 +45,8 @@ PATCHES=(
 )
 
 src_configure() {
+	append-cppflags -I. #806980
+
 	local mycmakeargs=(
 		-DCMAKE_BUILD_WITH_INSTALL_RPATH=yes # see xmlversion-rpath patch
 		-DOPTION_3RDPARTY_SOLID=yes