freebsd-ports/graphics/luminance-qt5/files/patch-src_Common_init__fftw.h
Dima Panov 9b77fbd3f3
graphics/luminance-qt5: unbreak build with boost-1.85
With hat:	office
Sponsored by:	Future Crew, LLC
2024-10-03 13:24:55 +03:00

11 lines
232 B
C++

--- src/Common/init_fftw.h.orig 2021-01-11 09:41:28 UTC
+++ 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: