diff options
author | tnn <tnn@pkgsrc.org> | 2009-07-21 11:50:35 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2009-07-21 11:50:35 +0000 |
commit | d684c273568b83c4815702e97cb5c3e043066021 (patch) | |
tree | b843b89d114ef25f4691936ec87e9f7f77a34e65 /graphics/openexr | |
parent | 70c400713e4dd874a4f552be1b0b7cbd71cdead8 (diff) | |
download | pkgsrc-d684c273568b83c4815702e97cb5c3e043066021.tar.gz |
include <string.h> for strcmp(3) prototype. Fixes Linux build.
Diffstat (limited to 'graphics/openexr')
-rw-r--r-- | graphics/openexr/distinfo | 3 | ||||
-rw-r--r-- | graphics/openexr/patches/patch-ad | 12 |
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; |