pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/openexr include <string.h> for strcmp(3) prot...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0d8b814a72c8
branches:  trunk
changeset: 396270:0d8b814a72c8
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Tue Jul 21 11:50:35 2009 +0000

description:
include <string.h> for strcmp(3) prototype. Fixes Linux build.

diffstat:

 graphics/openexr/distinfo         |   3 ++-
 graphics/openexr/patches/patch-ad |  12 ++++++++++++
 2 files changed, 14 insertions(+), 1 deletions(-)

diffs (30 lines):

diff -r 78ea0ec85c5f -r 0d8b814a72c8 graphics/openexr/distinfo
--- a/graphics/openexr/distinfo Tue Jul 21 11:47:16 2009 +0000
+++ b/graphics/openexr/distinfo Tue Jul 21 11:50:35 2009 +0000
@@ -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 @@
 SHA1 (patch-aa) = d1b9c2d817d875c30fa15cbbea5d1226b03b62d8
 SHA1 (patch-ab) = 7d4fdf8d36f58ea5126b8c72dae901d1d68e6a60
 SHA1 (patch-ac) = fa5735431b7168dfc8b4643a976fd7f95cbcb5e7
+SHA1 (patch-ad) = b44ccc8a9ff32ebe7cc42f5c53778ebf050b4de6
diff -r 78ea0ec85c5f -r 0d8b814a72c8 graphics/openexr/patches/patch-ad
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/openexr/patches/patch-ad Tue Jul 21 11:50:35 2009 +0000
@@ -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;



Home | Main Index | Thread Index | Old Index