1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-21 04:06:46 +00:00

- Fix build with GCC 45

- Bump PORTREVISION

PR:             ports/148990
Submitted by:   Anonymous <swell.k@gmail.com>
Approved by:    maintainer timeout (nork ; 136 days)
This commit is contained in:
Philip M. Gollucci 2010-12-10 23:03:35 +00:00
parent 67d519d830
commit e1652f1472
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=266014
3 changed files with 21 additions and 1 deletions

View File

@ -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}

View File

@ -0,0 +1,10 @@
--- exrenvmap/main.cpp~
+++ exrenvmap/main.cpp
@@ -43,6 +43,7 @@
#include <makeLatLongMap.h>
#include <ImfEnvmap.h>
#include <iostream>
+#include <cstring>
#include <exception>
#include <stdlib.h>

View File

@ -0,0 +1,10 @@
--- exrmaketiled/main.cpp~
+++ exrmaketiled/main.cpp
@@ -44,6 +44,7 @@
#include <iostream>
#include <exception>
+#include <cstring>
#include <string>
#include <stdlib.h>