- Update to 2.0.1 - Change master sites to SAVANNAH - Change maintainer email to @FreeBSD.org - Remove conflict with non existent Port - USES pathfix pkgconfig - Add executable - Add DOCS Option - Support STAGEDIR and add OPTIONS_SUB - Use pathfix instead of simple patches - Adjust patches - Change WWW graphics/OpenEXR - Update to 2.0.1 - Change master sites to SAVANNAH - Change maintainer email to @FreeBSD.org - Use the new format for LIB_DEPENDS - USES gmake pathfix pkgconfig - Add DOCS and EXAMPLES Options - Support STAGEDIR and add OPTIONS_SUB - Change REINPLACE_CMD - Add extra patch for EXAMPLES - Remove obsolete patches - Bump dependent ports' revisions Approved by: pawel / wg (mentors)
18 lines
434 B
C++
18 lines
434 B
C++
--- ./libs/tex/io/exrinputfile.h.orig 2012-08-24 14:26:50.000000000 +0200
|
|
+++ ./libs/tex/io/exrinputfile.h 2013-10-29 13:16:03.000000000 +0100
|
|
@@ -48,10 +48,12 @@
|
|
|
|
#include <aqsis/tex/io/itexinputfile.h>
|
|
|
|
+#include <OpenEXR/ImfInputFile.h>
|
|
+
|
|
//------------------------------------------------------------------------------
|
|
-namespace Imf {
|
|
- class InputFile;
|
|
-}
|
|
+//namespace Imf {
|
|
+// class InputFile;
|
|
+//}
|
|
|
|
namespace Aqsis {
|
|
|