summaryrefslogtreecommitdiffstats
path: root/graphics/luminance-hdr/patches/luminance-hdr-2.6.1.1-fixheaders.patch
diff options
context:
space:
mode:
author Matteo Bernardini2022-11-19 09:46:49 +0100
committer Matteo Bernardini2022-11-19 09:46:49 +0100
commite99f4d18a14724754ffbcc10960e56bcc86ac8f3 (patch)
tree2824b9a71116e0a0d12e47345abb901ad9f370cd /graphics/luminance-hdr/patches/luminance-hdr-2.6.1.1-fixheaders.patch
parentb54a7d46399fd01b3bf2adc2d1b4a2b429d3c6c4 (diff)
downloadslackbuilds-e99f4d18a14724754ffbcc10960e56bcc86ac8f3.tar.gz
20221119.1 global branch merge.current-20221119.1
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'graphics/luminance-hdr/patches/luminance-hdr-2.6.1.1-fixheaders.patch')
-rw-r--r--graphics/luminance-hdr/patches/luminance-hdr-2.6.1.1-fixheaders.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/graphics/luminance-hdr/patches/luminance-hdr-2.6.1.1-fixheaders.patch b/graphics/luminance-hdr/patches/luminance-hdr-2.6.1.1-fixheaders.patch
new file mode 100644
index 0000000000..58974ea998
--- /dev/null
+++ b/graphics/luminance-hdr/patches/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: