diff options
author | wiz <wiz> | 2011-01-22 08:10:27 +0000 |
---|---|---|
committer | wiz <wiz> | 2011-01-22 08:10:27 +0000 |
commit | 5c6a9e90564bd157afbb38bd76e543d9ddbd42b9 (patch) | |
tree | b503f60749ce473fe801bbfc33ed9dcb4783d3c9 /graphics | |
parent | b078534f482952df593f628f33fb0cdb9ff3c8b9 (diff) | |
download | pkgsrc-5c6a9e90564bd157afbb38bd76e543d9ddbd42b9.tar.gz |
Remove patch-aj, same as patch-ac.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/openexr/distinfo | 3 | ||||
-rw-r--r-- | graphics/openexr/patches/patch-aj | 14 |
2 files changed, 1 insertions, 16 deletions
diff --git a/graphics/openexr/distinfo b/graphics/openexr/distinfo index 23eabc287fb..acaad45b68b 100644 --- a/graphics/openexr/distinfo +++ b/graphics/openexr/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.17 2011/01/20 11:23:54 markd Exp $ +$NetBSD: distinfo,v 1.18 2011/01/22 08:10:27 wiz Exp $ SHA1 (openexr-1.7.0.tar.gz) = 91d0d4e69f06de956ec7e0710fc58ec0d4c4dc2b RMD160 (openexr-1.7.0.tar.gz) = 410ae4490988067cc80324e776b52ae6a261f157 @@ -7,4 +7,3 @@ 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 deleted file mode 100644 index de7b246f62f..00000000000 --- a/graphics/openexr/patches/patch-aj +++ /dev/null @@ -1,14 +0,0 @@ -$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> - |