summaryrefslogtreecommitdiff
path: root/graphics/openexr/patches
diff options
context:
space:
mode:
authoradam <adam>2006-06-14 19:20:05 +0000
committeradam <adam>2006-06-14 19:20:05 +0000
commit0df5f3877d7f745b9d5e53f1b2add8af304a7a7f (patch)
tree339d8134eee5e36e42d8a5d61ac6a16b67385a5a /graphics/openexr/patches
parentfee689d8df1c377b3f8f0ce7d3afc95f5cb03263 (diff)
downloadpkgsrc-0df5f3877d7f745b9d5e53f1b2add8af304a7a7f.tar.gz
Fix buildling for gcc4
Diffstat (limited to 'graphics/openexr/patches')
-rw-r--r--graphics/openexr/patches/patch-aa12
1 files changed, 12 insertions, 0 deletions
diff --git a/graphics/openexr/patches/patch-aa b/graphics/openexr/patches/patch-aa
new file mode 100644
index 00000000000..7b980cad0b2
--- /dev/null
+++ b/graphics/openexr/patches/patch-aa
@@ -0,0 +1,12 @@
+$NetBSD: patch-aa,v 1.1 2006/06/14 19:20:05 adam Exp $
+
+--- exrmaketiled/Image.h.orig 2006-06-14 20:56:22.000000000 +0200
++++ exrmaketiled/Image.h
+@@ -49,6 +49,7 @@
+ #include <string>
+ #include <map>
+
++class Image;
+
+ class ImageChannel
+ {