media-video/cinelerra: fix compilation error
Package-Manager: Portage-3.0.28, Repoman-3.0.3
This commit is contained in:
@@ -82,6 +82,8 @@ S="${WORKDIR}/cinelerra-5.1"
|
|||||||
src_prepare() {
|
src_prepare() {
|
||||||
default
|
default
|
||||||
eautoreconf
|
eautoreconf
|
||||||
|
|
||||||
|
cp "${FILESDIR}"/openexr-2.4.1.patch1 ./thirdparty/src/ || die
|
||||||
}
|
}
|
||||||
|
|
||||||
src_configure() {
|
src_configure() {
|
||||||
|
|||||||
@@ -0,0 +1,12 @@
|
|||||||
|
Fix compilation with gcc 11
|
||||||
|
|
||||||
|
--- a/OpenEXR/IlmImf/ImfTiledMisc.cpp
|
||||||
|
+++ b/OpenEXR/IlmImf/ImfTiledMisc.cpp
|
||||||
|
@@ -45,6 +45,7 @@
|
||||||
|
#include <ImfChannelList.h>
|
||||||
|
#include <ImfTileDescription.h>
|
||||||
|
#include <algorithm>
|
||||||
|
+#include <limits>
|
||||||
|
|
||||||
|
#include "ImfNamespace.h"
|
||||||
|
|
||||||
Reference in New Issue
Block a user