Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 25 Nov 2012 13:26:56 +0100
From:      nemysis <nemysis@gmx.ch>
To:        freebsd-ports@freebsd.org, Steve Wills <swills@FreeBSD.org>, Andriy Gapon <avg@FreeBSD.org>
Subject:   Re: graphics/OpenEXR: patch for gcc46+
Message-ID:  <20121125132656.331b8924@nemysis3now.no-ip.biz>
In-Reply-To: <mailman.1.1353844800.61395.freebsd-ports@freebsd.org>
References:  <mailman.1.1353844800.61395.freebsd-ports@freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, 25 Nov 2012 12:00:00 +0000
freebsd-ports-request@freebsd.org wrote:

> Re: graphics/OpenEXR: patch for gcc46+

This Patch is not needed for new Version graphics/OpenEXR-1.7.1 there is in

openexr/openexr-1.7.1/exrenvmap/blurImage.cpp

#include <resizeImage.h>
#include <cstring>
#include "Iex.h"
#include <iostream>
#include <algorithm>
#include <string.h>

using namespace std;
using namespace Imf;
using namespace Imath;


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>
> 
> using namespace std;
> using namespace Imf;
> 
> This patch is required because memcpy(3) is used in the file.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20121125132656.331b8924>