Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 23 Nov 2012 23:27:47 +0200
From:      Andriy Gapon <avg@FreeBSD.org>
To:        freebsd-ports@FreeBSD.org
Subject:   graphics/OpenEXR: patch for gcc46+
Message-ID:  <50AFEA53.7080203@FreeBSD.org>

next in thread | raw e-mail | index | archive | help
--- 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.

-- 
Andriy Gapon



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