summaryrefslogtreecommitdiff
path: root/games-strategy
diff options
context:
space:
mode:
Diffstat (limited to 'games-strategy')
-rw-r--r--games-strategy/colobot/files/colobot-0.2.1_alpha-gcc14.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/games-strategy/colobot/files/colobot-0.2.1_alpha-gcc14.patch b/games-strategy/colobot/files/colobot-0.2.1_alpha-gcc14.patch
deleted file mode 100644
index 198aa6ab1a00..000000000000
--- a/games-strategy/colobot/files/colobot-0.2.1_alpha-gcc14.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff --git a/src/level/scoreboard.cpp b/src/level/scoreboard.cpp
-index 87c4451..abc44fe 100644
---- a/src/level/scoreboard.cpp
-+++ b/src/level/scoreboard.cpp
-@@ -31,6 +31,7 @@
- #include "ui/displaytext.h"
-
- #include <boost/lexical_cast.hpp>
-+#include <algorithm>
-
- void CScoreboard::CScoreboardRule::Read(CLevelParserLine* line)
- {