summaryrefslogtreecommitdiff
path: root/graphics/openexr
diff options
context:
space:
mode:
authortnn <tnn>2009-07-21 11:47:16 +0000
committertnn <tnn>2009-07-21 11:47:16 +0000
commit86f61118bc0555a2b985fc1f23492b842da83d4e (patch)
tree0bc779983d622217a56ed0b75613dc0da90efa5a /graphics/openexr
parent886ebecd1d3d213ed229c519bf98b7ef0b36e3dc (diff)
downloadpkgsrc-86f61118bc0555a2b985fc1f23492b842da83d4e.tar.gz
include <string.h> for strcmp(3) prototype. Fixes Linux build.
Diffstat (limited to 'graphics/openexr')
-rw-r--r--graphics/openexr/distinfo3
-rw-r--r--graphics/openexr/patches/patch-ac12
2 files changed, 14 insertions, 1 deletions
diff --git a/graphics/openexr/distinfo b/graphics/openexr/distinfo
index f02a3e78b05..9396d81da1a 100644
--- a/graphics/openexr/distinfo
+++ b/graphics/openexr/distinfo
@@ -1,7 +1,8 @@
-$NetBSD: distinfo,v 1.10 2008/02/03 03:37:32 heinz Exp $
+$NetBSD: distinfo,v 1.11 2009/07/21 11:47:16 tnn Exp $
SHA1 (openexr-1.6.1.tar.gz) = b3650e6542f0e09daadb2d467425530bc8eec333
RMD160 (openexr-1.6.1.tar.gz) = 3670633be841628e9d4c11981661e9d94a9b2711
Size (openexr-1.6.1.tar.gz) = 13632660 bytes
SHA1 (patch-aa) = d1b9c2d817d875c30fa15cbbea5d1226b03b62d8
SHA1 (patch-ab) = 7d4fdf8d36f58ea5126b8c72dae901d1d68e6a60
+SHA1 (patch-ac) = fa5735431b7168dfc8b4643a976fd7f95cbcb5e7
diff --git a/graphics/openexr/patches/patch-ac b/graphics/openexr/patches/patch-ac
new file mode 100644
index 00000000000..d63e9dab79f
--- /dev/null
+++ b/graphics/openexr/patches/patch-ac
@@ -0,0 +1,12 @@
+$NetBSD: patch-ac,v 1.3 2009/07/21 11:47:16 tnn Exp $
+
+--- exrmaketiled/main.cpp.orig 2007-04-25 03:08:45.000000000 +0200
++++ exrmaketiled/main.cpp
+@@ -44,6 +44,7 @@
+
+ #include <iostream>
+ #include <exception>
++#include <string.h>
+ #include <string>
+ #include <stdlib.h>
+