FreeBSD Port: gnash-0.8.7_4

Andriy Gapon avg at icyb.net.ua
Fri Oct 1 14:37:38 UTC 2010


on 01/10/2010 14:05 Dmitry Marakasov said the following:
> * Marco Alberoni (m.alberoni at cineca.it) wrote:
> 
>> Good morning, is there a plan to upgrade the FreeBSD Gnash port to the 
>> latest version (0.8.8)?
> 
> Gnash port was updated, sorry for delay and thanks for waiting!

The following patch is required for compilation with gcc44+.
It's definitely an upstream issue:
--- libbase/tu_file.h.orig	2010-10-01 16:39:16.419334667 +0300
+++ libbase/tu_file.h	2010-10-01 16:39:55.565197173 +0300
@@ -12,6 +12,7 @@
 #include "dsodefs.h" // DSOEXPORT
 #include "utility.h"
 #include "IOChannel.h" // for inheritance
+#include <cstdio>


 namespace gnash {


-- 
Andriy Gapon


More information about the freebsd-ports mailing list