diff options
author | adam <adam@pkgsrc.org> | 2006-06-14 19:20:05 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2006-06-14 19:20:05 +0000 |
commit | e57912d09b4c14947ac1c072f6ab98bca6024692 (patch) | |
tree | 339d8134eee5e36e42d8a5d61ac6a16b67385a5a /graphics/openexr/patches | |
parent | b9971fb7345bb65825da02960a595d5127c7b1e5 (diff) | |
download | pkgsrc-e57912d09b4c14947ac1c072f6ab98bca6024692.tar.gz |
Fix buildling for gcc4
Diffstat (limited to 'graphics/openexr/patches')
-rw-r--r-- | graphics/openexr/patches/patch-aa | 12 |
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 + { |