Date: Sun, 25 Nov 2012 00:28:49 -0500 From: Steve Wills <swills@FreeBSD.org> To: Andriy Gapon <avg@FreeBSD.org> Cc: freebsd-ports@FreeBSD.org Subject: Re: graphics/OpenEXR: patch for gcc46+ Message-ID: <016F5D74-D01E-497B-BB9B-5B728E1711DD@FreeBSD.org> In-Reply-To: <50AFEA53.7080203@FreeBSD.org> References: <50AFEA53.7080203@FreeBSD.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Thanks, I have a plan to update after 9.1 release, I'll try to include = this patch as well. Steve On Nov 23, 2012, at 4:27 PM, Andriy Gapon wrote: > --- exrenvmap/blurImage.cpp.orig 2012-11-23 23:23:48.714449156 = +0200 > +++ exrenvmap/blurImage.cpp 2012-11-23 23:24:09.765447850 +0200 > @@ -45,6 +45,7 @@ > #include "Iex.h" > #include <iostream> > #include <algorithm> > +#include <cstring> >=20 > using namespace std; > using namespace Imf; >=20 > This patch is required because memcpy(3) is used in the file. >=20 > --=20 > Andriy Gapon > _______________________________________________ > freebsd-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to = "freebsd-ports-unsubscribe@freebsd.org"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?016F5D74-D01E-497B-BB9B-5B728E1711DD>