aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/gnash
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2010-10-03 21:44:28 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2010-10-03 21:44:28 +0800
commit1959f10e6051304a825b5bd9a189259a3d1aa060 (patch)
tree84dd0b49e38e5be7eac79e1822fbe33be31afd55 /graphics/gnash
parent6cebc8070e80ae6fb2c832a993bebbcf5bdcddb2 (diff)
downloadfreebsd-ports-gnome-1959f10e6051304a825b5bd9a189259a3d1aa060.tar.gz
freebsd-ports-gnome-1959f10e6051304a825b5bd9a189259a3d1aa060.tar.zst
freebsd-ports-gnome-1959f10e6051304a825b5bd9a189259a3d1aa060.zip
- Fix build with gcc44
Submitted by: Andriy Gapon
Diffstat (limited to 'graphics/gnash')
-rw-r--r--graphics/gnash/files/patch-libbase-tu_file.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/graphics/gnash/files/patch-libbase-tu_file.h b/graphics/gnash/files/patch-libbase-tu_file.h
new file mode 100644
index 000000000000..28c2762b65c6
--- /dev/null
+++ b/graphics/gnash/files/patch-libbase-tu_file.h
@@ -0,0 +1,10 @@
+--- libbase/tu_file.h.orig 2010-08-07 19:50:00.000000000 +0400
++++ libbase/tu_file.h 2010-10-01 20:49:40.000000000 +0400
+@@ -12,6 +12,7 @@
+ #include "dsodefs.h" // DSOEXPORT
+ #include "utility.h"
+ #include "IOChannel.h" // for inheritance
++#include <cstdio>
+
+
+ namespace gnash {