pkgsrc/graphics/openexr/patches/patch-ac

15 lines
398 B
Text
Raw Normal View History

$NetBSD: patch-ac,v 1.5 2011/01/03 08:04:25 dsainty Exp $
Include <cstring> to declare memcpy(), used by blurImage().
--- exrenvmap/blurImage.cpp.orig 2009-02-26 12:39:27.000000000 +1300
+++ exrenvmap/blurImage.cpp 2010-12-26 12:11:57.891117560 +1300
@@ -45,6 +45,7 @@
#include "Iex.h"
#include <iostream>
#include <algorithm>
+#include <cstring>
using namespace std;
using namespace Imf;