summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'games-strategy/glob2/files/glob2-0.9.3-gcc43.patch')
-rw-r--r--games-strategy/glob2/files/glob2-0.9.3-gcc43.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/games-strategy/glob2/files/glob2-0.9.3-gcc43.patch b/games-strategy/glob2/files/glob2-0.9.3-gcc43.patch
deleted file mode 100644
index 3d0550640f55..000000000000
--- a/games-strategy/glob2/files/glob2-0.9.3-gcc43.patch
+++ /dev/null
@@ -1,11 +0,0 @@
-diff -ur glob2-0.9.3.orig/src/FertilityCalculatorThreadMessage.cpp glob2-0.9.3/src/FertilityCalculatorThreadMessage.cpp
---- glob2-0.9.3.orig/src/FertilityCalculatorThreadMessage.cpp 2008-03-08 07:27:17.000000000 +0200
-+++ glob2-0.9.3/src/FertilityCalculatorThreadMessage.cpp 2008-05-05 16:42:58.000000000 +0300
-@@ -19,6 +19,7 @@
- #include "FertilityCalculatorThreadMessage.h"
-
- #include <sstream>
-+#include <typeinfo>
-
- FCTUpdateCompletionPercent::FCTUpdateCompletionPercent(float percent)
- : percent(percent)