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:
parent
67d519d830
commit
e1652f1472
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=266014
@ -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}
|
||||
|
10
graphics/OpenEXR/files/patch-exrenvmap-main.cpp
Normal file
10
graphics/OpenEXR/files/patch-exrenvmap-main.cpp
Normal 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>
|
||||
|
10
graphics/OpenEXR/files/patch-exrmaketiled-main.cpp
Normal file
10
graphics/OpenEXR/files/patch-exrmaketiled-main.cpp
Normal 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>
|
||||
|
Loading…
Reference in New Issue
Block a user