From e1652f1472958fefa0b27019729387731ffc0e49 Mon Sep 17 00:00:00 2001 From: "Philip M. Gollucci" Date: Fri, 10 Dec 2010 23:03:35 +0000 Subject: - Fix build with GCC 45 - Bump PORTREVISION PR: ports/148990 Submitted by: Anonymous Approved by: maintainer timeout (nork ; 136 days) --- graphics/OpenEXR/Makefile | 2 +- graphics/OpenEXR/files/patch-exrenvmap-main.cpp | 10 ++++++++++ graphics/OpenEXR/files/patch-exrmaketiled-main.cpp | 10 ++++++++++ 3 files changed, 21 insertions(+), 1 deletion(-) create mode 100644 graphics/OpenEXR/files/patch-exrenvmap-main.cpp create mode 100644 graphics/OpenEXR/files/patch-exrmaketiled-main.cpp (limited to 'graphics/OpenEXR') diff --git a/graphics/OpenEXR/Makefile b/graphics/OpenEXR/Makefile index 65a055d8dddc..04a1135f9eac 100644 --- a/graphics/OpenEXR/Makefile +++ b/graphics/OpenEXR/Makefile @@ -7,7 +7,7 @@ PORTNAME= OpenEXR PORTVERSION= 1.6.1 -PORTREVISION= 2 +PORTREVISION= 3 DISTNAME= ${PORTNAME:L}-${PORTVERSION} CATEGORIES= graphics devel MASTER_SITES= ${MASTER_SITE_SAVANNAH} diff --git a/graphics/OpenEXR/files/patch-exrenvmap-main.cpp b/graphics/OpenEXR/files/patch-exrenvmap-main.cpp new file mode 100644 index 000000000000..cef2bf088a59 --- /dev/null +++ b/graphics/OpenEXR/files/patch-exrenvmap-main.cpp @@ -0,0 +1,10 @@ +--- exrenvmap/main.cpp~ ++++ exrenvmap/main.cpp +@@ -43,6 +43,7 @@ + #include + #include + #include ++#include + #include + #include + diff --git a/graphics/OpenEXR/files/patch-exrmaketiled-main.cpp b/graphics/OpenEXR/files/patch-exrmaketiled-main.cpp new file mode 100644 index 000000000000..d72c07e3aeee --- /dev/null +++ b/graphics/OpenEXR/files/patch-exrmaketiled-main.cpp @@ -0,0 +1,10 @@ +--- exrmaketiled/main.cpp~ ++++ exrmaketiled/main.cpp +@@ -44,6 +44,7 @@ + + #include + #include ++#include + #include + #include + -- cgit v1.2.3