diff options
author | joerg <joerg@pkgsrc.org> | 2013-08-27 15:52:06 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2013-08-27 15:52:06 +0000 |
commit | 8ee8f51839cc4ccb7db33f4e6ad0c80e00e96751 (patch) | |
tree | 4c85322282fb615652b67928cf034228e6c19cab | |
parent | acdf44cef5123603d9b02afe8ff17bebe8eb01a6 (diff) | |
download | pkgsrc-8ee8f51839cc4ccb7db33f4e6ad0c80e00e96751.tar.gz |
Replace forward definition with real include as a complete type is
needed.
-rw-r--r-- | graphics/aqsis/distinfo | 3 | ||||
-rw-r--r-- | graphics/aqsis/patches/patch-libs_tex_io_exrinputfile.h | 17 |
2 files changed, 19 insertions, 1 deletions
diff --git a/graphics/aqsis/distinfo b/graphics/aqsis/distinfo index 7eab5f40c2c..02938a3aee5 100644 --- a/graphics/aqsis/distinfo +++ b/graphics/aqsis/distinfo @@ -1,6 +1,7 @@ -$NetBSD: distinfo,v 1.8 2012/04/30 01:59:12 dholland Exp $ +$NetBSD: distinfo,v 1.9 2013/08/27 15:52:06 joerg Exp $ SHA1 (aqsis-1.8.1.tar.gz) = 61b2552fd1fe782f008ba3a17efd3b185da70d5b RMD160 (aqsis-1.8.1.tar.gz) = 12d13a851188339c99fa5cb7fc0d5ce40d077fd6 Size (aqsis-1.8.1.tar.gz) = 5663787 bytes SHA1 (patch-cmake_modules_FindPNG_cmake) = 24de84a90d62bcdbb767f5e16df2563f32e723aa +SHA1 (patch-libs_tex_io_exrinputfile.h) = f1ac4d3f88c23df16ff1806aeca311ffd9bcb027 diff --git a/graphics/aqsis/patches/patch-libs_tex_io_exrinputfile.h b/graphics/aqsis/patches/patch-libs_tex_io_exrinputfile.h new file mode 100644 index 00000000000..6801e8c5b31 --- /dev/null +++ b/graphics/aqsis/patches/patch-libs_tex_io_exrinputfile.h @@ -0,0 +1,17 @@ +$NetBSD: patch-libs_tex_io_exrinputfile.h,v 1.1 2013/08/27 15:52:06 joerg Exp $ + +--- libs/tex/io/exrinputfile.h.orig 2013-08-27 12:56:02.000000000 +0000 ++++ libs/tex/io/exrinputfile.h +@@ -48,10 +48,9 @@ + + #include <aqsis/tex/io/itexinputfile.h> + ++#include <ImfInputFile.h> ++ + //------------------------------------------------------------------------------ +-namespace Imf { +- class InputFile; +-} + + namespace Aqsis { + |