Date: Fri, 01 Oct 2010 17:24:49 +0300 From: Andriy Gapon <avg@icyb.net.ua> To: Dmitry Marakasov <amdmi3@amdmi3.ru> Cc: ports@FreeBSD.org Subject: Re: FreeBSD Port: gnash-0.8.7_4 Message-ID: <4CA5EF31.9020403@icyb.net.ua> In-Reply-To: <20101001110539.GD11112@hades.panopticon> References: <4CA36014.6040201@cineca.it> <20101001110539.GD11112@hades.panopticon>
next in thread | previous in thread | raw e-mail | index | archive | help
on 01/10/2010 14:05 Dmitry Marakasov said the following: > * Marco Alberoni (m.alberoni@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4CA5EF31.9020403>