From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: games-strategy/colobot/files/
Date: Sun, 3 Jan 2021 15:04:06 +0000 (UTC) [thread overview]
Message-ID: <1609686227.19b3c6b8bd419836899df094475ca5e941c97364.mgorny@gentoo> (raw)
commit: 19b3c6b8bd419836899df094475ca5e941c97364
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 3 15:03:47 2021 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Jan 3 15:03:47 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19b3c6b8
games-strategy/colobot: Backport gcc-10 build fix
Closes: https://bugs.gentoo.org/722132
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
.../colobot/files/colobot-0.1.12-includes.patch | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
diff --git a/games-strategy/colobot/files/colobot-0.1.12-includes.patch b/games-strategy/colobot/files/colobot-0.1.12-includes.patch
index 1fb3a2730c4..3bd118a1ef1 100644
--- a/games-strategy/colobot/files/colobot-0.1.12-includes.patch
+++ b/games-strategy/colobot/files/colobot-0.1.12-includes.patch
@@ -21,3 +21,25 @@ index bc64dc232..dd4e02ff4 100644
#include <string>
#include <boost/optional.hpp>
+From fc2bd68876ac6302dbc8e91e8ffa33592db14b21 Mon Sep 17 00:00:00 2001
+From: suve <veg@svgames.pl>
+Date: Sun, 9 Feb 2020 00:36:05 +0100
+Subject: [PATCH] Fix missing std includes
+
+---
+ src/CBot/CBotInstr/CBotExprLitString.cpp | 2 ++
+ 1 file changed, 2 insertions(+)
+
+diff --git a/src/CBot/CBotInstr/CBotExprLitString.cpp b/src/CBot/CBotInstr/CBotExprLitString.cpp
+index fc2541624..69e42d607 100644
+--- a/src/CBot/CBotInstr/CBotExprLitString.cpp
++++ b/src/CBot/CBotInstr/CBotExprLitString.cpp
+@@ -24,6 +24,8 @@
+
+ #include "CBot/CBotVar/CBotVar.h"
+
++#include <stdexcept>
++
+ namespace CBot
+ {
+
reply other threads:[~2021-01-03 15:04 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1609686227.19b3c6b8bd419836899df094475ca5e941c97364.mgorny@gentoo \
--to=mgorny@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox