summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2022-02-25 21:52:56 +0100
committerAndreas K. Hüttel <dilfridge@gentoo.org>2022-02-25 21:53:15 +0100
commitf183705a78237d697d57279c392fe4afb27b9ae3 (patch)
treeffd287f124ee5138bb04fde4813989cbd98621f3 /media-gfx/luminance-hdr/files/luminance-hdr-2.6.1.1-fixheaders.patch
parentnet-libs/libwebsockets: Stabilize 4.3.1 arm, #833972 (diff)
downloadgentoo-f183705a78237d697d57279c392fe4afb27b9ae3.tar.gz
gentoo-f183705a78237d697d57279c392fe4afb27b9ae3.tar.bz2
gentoo-f183705a78237d697d57279c392fe4afb27b9ae3.zip
media-gfx/luminance-hdr: Version bump, for un-slotted OpenEXR 3
Bug: https://bugs.gentoo.org/833486 Bug: https://bugs.gentoo.org/833487 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'media-gfx/luminance-hdr/files/luminance-hdr-2.6.1.1-fixheaders.patch')
-rw-r--r--media-gfx/luminance-hdr/files/luminance-hdr-2.6.1.1-fixheaders.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/media-gfx/luminance-hdr/files/luminance-hdr-2.6.1.1-fixheaders.patch b/media-gfx/luminance-hdr/files/luminance-hdr-2.6.1.1-fixheaders.patch
new file mode 100644
index 000000000000..58974ea998ee
--- /dev/null
+++ b/media-gfx/luminance-hdr/files/luminance-hdr-2.6.1.1-fixheaders.patch
@@ -0,0 +1,15 @@
+Source: arch linux
+
+diff --git a/src/Common/init_fftw.h b/src/Common/init_fftw.h
+index af2fc02c..a4aad47f 100644
+--- a/src/Common/init_fftw.h
++++ b/src/Common/init_fftw.h
+@@ -22,7 +22,7 @@
+ #ifndef INIT_FFTW_H
+ #define INIT_FFTW_H
+
+-#include <boost/thread/mutex.hpp>
++#include <mutex>
+
+ class FFTW_MUTEX {
+ public: