summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'games-strategy/glob2/files/glob2-0.9.4.1-gcc44.patch')
-rw-r--r--games-strategy/glob2/files/glob2-0.9.4.1-gcc44.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/games-strategy/glob2/files/glob2-0.9.4.1-gcc44.patch b/games-strategy/glob2/files/glob2-0.9.4.1-gcc44.patch
new file mode 100644
index 000000000000..67aa1a0789c4
--- /dev/null
+++ b/games-strategy/glob2/files/glob2-0.9.4.1-gcc44.patch
@@ -0,0 +1,12 @@
+--- libgag/include/StreamBackend.h.old 2009-07-13 10:52:36.000000000 +0200
++++ libgag/include/StreamBackend.h 2009-07-13 10:52:57.000000000 +0200
+@@ -28,6 +28,9 @@
+ #ifdef putc
+ #undef putc
+ #endif
++#ifdef getc
++#undef getc
++#endif
+
+ namespace GAGCore
+ {