summaryrefslogtreecommitdiff
path: root/graphics/openexr
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2011-01-15 11:24:32 +0000
committeradam <adam@pkgsrc.org>2011-01-15 11:24:32 +0000
commit92f2e97d00c92572236e02961d6717fef4731c77 (patch)
tree110d33f2af63ad20ae7838092f38bc8779bdf56d /graphics/openexr
parentba4eaf115db4aa990384defb18ca4fc90e0fe3ee (diff)
downloadpkgsrc-92f2e97d00c92572236e02961d6717fef4731c77.tar.gz
patch-ai: memset() also requires to include string.h
Diffstat (limited to 'graphics/openexr')
-rw-r--r--graphics/openexr/distinfo4
-rw-r--r--graphics/openexr/patches/patch-ai10
2 files changed, 11 insertions, 3 deletions
diff --git a/graphics/openexr/distinfo b/graphics/openexr/distinfo
index 658e1130c81..bc9f64e3a02 100644
--- a/graphics/openexr/distinfo
+++ b/graphics/openexr/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.15 2011/01/03 08:04:25 dsainty Exp $
+$NetBSD: distinfo,v 1.16 2011/01/15 11:24:32 adam Exp $
SHA1 (openexr-1.7.0.tar.gz) = 91d0d4e69f06de956ec7e0710fc58ec0d4c4dc2b
RMD160 (openexr-1.7.0.tar.gz) = 410ae4490988067cc80324e776b52ae6a261f157
@@ -6,4 +6,4 @@ Size (openexr-1.7.0.tar.gz) = 13542910 bytes
SHA1 (patch-aa) = 5c0d585e623d66d60e535ce3dc84c4db845c6382
SHA1 (patch-ab) = 7d4fdf8d36f58ea5126b8c72dae901d1d68e6a60
SHA1 (patch-ac) = 44a777615f0d969d9c80f76aa93a8812de414560
-SHA1 (patch-ai) = 9bf08eb6e092848e6b194989e03320a334eff640
+SHA1 (patch-ai) = 18c26a8ec227f43c4091afc59d7468700e2d50f5
diff --git a/graphics/openexr/patches/patch-ai b/graphics/openexr/patches/patch-ai
index b31232a3175..a56f6d354c3 100644
--- a/graphics/openexr/patches/patch-ai
+++ b/graphics/openexr/patches/patch-ai
@@ -1,7 +1,15 @@
-$NetBSD: patch-ai,v 1.1 2009/08/28 21:33:08 hasso Exp $
+$NetBSD: patch-ai,v 1.2 2011/01/15 11:24:33 adam Exp $
--- IlmImf/ImfAutoArray.h.orig 2007-04-23 20:26:56.000000000 -0500
+++ IlmImf/ImfAutoArray.h 2009-07-29 13:22:08.309288375 -0500
+@@ -45,6 +45,7 @@
+ //-----------------------------------------------------------------------------
+
+ #include "OpenEXRConfig.h"
++#include <string.h>
+
+ namespace Imf {
+
@@ -57,7 +57,7 @@ namespace Imf {
{
public: