summaryrefslogtreecommitdiff
path: root/graphics/openexr
diff options
context:
space:
mode:
authortnn <tnn>2009-07-21 11:50:35 +0000
committertnn <tnn>2009-07-21 11:50:35 +0000
commit3060910d6239afb7ec8fdcd71ecd478fa6fdf119 (patch)
treeb843b89d114ef25f4691936ec87e9f7f77a34e65 /graphics/openexr
parent86f61118bc0555a2b985fc1f23492b842da83d4e (diff)
downloadpkgsrc-3060910d6239afb7ec8fdcd71ecd478fa6fdf119.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-ad12
2 files changed, 14 insertions, 1 deletions
diff --git a/graphics/openexr/distinfo b/graphics/openexr/distinfo
index 9396d81da1a..65f4c2775b4 100644
--- a/graphics/openexr/distinfo
+++ b/graphics/openexr/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.11 2009/07/21 11:47:16 tnn Exp $
+$NetBSD: distinfo,v 1.12 2009/07/21 11:50:35 tnn Exp $
SHA1 (openexr-1.6.1.tar.gz) = b3650e6542f0e09daadb2d467425530bc8eec333
RMD160 (openexr-1.6.1.tar.gz) = 3670633be841628e9d4c11981661e9d94a9b2711
@@ -6,3 +6,4 @@ Size (openexr-1.6.1.tar.gz) = 13632660 bytes
SHA1 (patch-aa) = d1b9c2d817d875c30fa15cbbea5d1226b03b62d8
SHA1 (patch-ab) = 7d4fdf8d36f58ea5126b8c72dae901d1d68e6a60
SHA1 (patch-ac) = fa5735431b7168dfc8b4643a976fd7f95cbcb5e7
+SHA1 (patch-ad) = b44ccc8a9ff32ebe7cc42f5c53778ebf050b4de6
diff --git a/graphics/openexr/patches/patch-ad b/graphics/openexr/patches/patch-ad
new file mode 100644
index 00000000000..c2e6fd8291d
--- /dev/null
+++ b/graphics/openexr/patches/patch-ad
@@ -0,0 +1,12 @@
+$NetBSD: patch-ad,v 1.1 2009/07/21 11:50:35 tnn Exp $
+
+--- exrenvmap/main.cpp.orig 2007-04-25 03:07:51.000000000 +0200
++++ exrenvmap/main.cpp
+@@ -45,6 +45,7 @@
+ #include <iostream>
+ #include <exception>
+ #include <stdlib.h>
++#include <string.h>
+
+ using namespace Imf;
+ using namespace std;