summaryrefslogtreecommitdiff
path: root/graphics/openexr
diff options
context:
space:
mode:
authormarkd <markd@pkgsrc.org>2011-01-20 11:23:54 +0000
committermarkd <markd@pkgsrc.org>2011-01-20 11:23:54 +0000
commit18b96ad4747a50455305973316f6cfd0a0ae151d (patch)
tree1702c4d6ab68140e785eb8e670c18305125f604a /graphics/openexr
parentc5c2a6c9b658ac53220ccb00768a65780ce860c6 (diff)
downloadpkgsrc-18b96ad4747a50455305973316f6cfd0a0ae151d.tar.gz
Include <cstring> for memcpy(). Fixes build on ArchLinux
Diffstat (limited to 'graphics/openexr')
-rw-r--r--graphics/openexr/distinfo3
-rw-r--r--graphics/openexr/patches/patch-aj14
2 files changed, 16 insertions, 1 deletions
diff --git a/graphics/openexr/distinfo b/graphics/openexr/distinfo
index bc9f64e3a02..23eabc287fb 100644
--- a/graphics/openexr/distinfo
+++ b/graphics/openexr/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.16 2011/01/15 11:24:32 adam Exp $
+$NetBSD: distinfo,v 1.17 2011/01/20 11:23:54 markd Exp $
SHA1 (openexr-1.7.0.tar.gz) = 91d0d4e69f06de956ec7e0710fc58ec0d4c4dc2b
RMD160 (openexr-1.7.0.tar.gz) = 410ae4490988067cc80324e776b52ae6a261f157
@@ -7,3 +7,4 @@ SHA1 (patch-aa) = 5c0d585e623d66d60e535ce3dc84c4db845c6382
SHA1 (patch-ab) = 7d4fdf8d36f58ea5126b8c72dae901d1d68e6a60
SHA1 (patch-ac) = 44a777615f0d969d9c80f76aa93a8812de414560
SHA1 (patch-ai) = 18c26a8ec227f43c4091afc59d7468700e2d50f5
+SHA1 (patch-aj) = af017eb7f748e118f71330be4a94d9bb5f7d9b1a
diff --git a/graphics/openexr/patches/patch-aj b/graphics/openexr/patches/patch-aj
new file mode 100644
index 00000000000..de7b246f62f
--- /dev/null
+++ b/graphics/openexr/patches/patch-aj
@@ -0,0 +1,14 @@
+$NetBSD: patch-aj,v 1.1 2011/01/20 11:23:54 markd Exp $
+
+Add <cstring> for memcpy(). Fixes build on ArchLinux
+
+--- exrenvmap/blurImage.cpp.orig 2009-02-26 12:39:27.000000000 +1300
++++ exrenvmap/blurImage.cpp 2011-01-18 11:39:58.539804898 +1300
+@@ -43,6 +43,7 @@
+
+ #include <resizeImage.h>
+ #include "Iex.h"
++#include <cstring>
+ #include <iostream>
+ #include <algorithm>
+