PKGREVISION bump required, no functional change on platforms where this previously built. Fixes building graphics/openexr under Ubuntu 10.10.
14 lines
398 B
Text
14 lines
398 B
Text
$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;
|