mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- Fix build with gcc44
Submitted by: Andriy Gapon
This commit is contained in:
parent
0ec8087ea5
commit
f4e4a69d35
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=262350
1 changed files with 10 additions and 0 deletions
10
graphics/gnash/files/patch-libbase-tu_file.h
Normal file
10
graphics/gnash/files/patch-libbase-tu_file.h
Normal file
|
@ -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 {
|
Loading…
Add table
Reference in a new issue