summaryrefslogtreecommitdiff
path: root/games-strategy/glob2/files/glob2-0.9.4.4-gcc44.patch
diff options
context:
space:
mode:
Diffstat (limited to 'games-strategy/glob2/files/glob2-0.9.4.4-gcc44.patch')
-rw-r--r--games-strategy/glob2/files/glob2-0.9.4.4-gcc44.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/games-strategy/glob2/files/glob2-0.9.4.4-gcc44.patch b/games-strategy/glob2/files/glob2-0.9.4.4-gcc44.patch
new file mode 100644
index 000000000000..5ce62ea6e46c
--- /dev/null
+++ b/games-strategy/glob2/files/glob2-0.9.4.4-gcc44.patch
@@ -0,0 +1,12 @@
+--- libgag/include/StreamBackend.h.old
++++ libgag/include/StreamBackend.h
+@@ -28,6 +28,9 @@
+ #ifdef putc
+ #undef putc
+ #endif
++#ifdef getc
++#undef getc
++#endif
+
+ namespace GAGCore
+ {