ports/graphics/epsonscan2/files/patch-src_Standalone_CMakeFiles_es2standalone.dir_DependInfo.cmake
J.R. Oldroyd 27cd1370ef graphics/epsonscan2: Unbreak build with boost 1.87
clang does support rvalue references, so remove all use of flag
"BOOST_NO_CXX11_RVALUE_REFERENCES"

PR:	284127
2025-02-14 23:40:35 +03:00

10 lines
386 B
CMake

--- src/Standalone/CMakeFiles/es2standalone.dir/DependInfo.cmake.orig 2024-09-12 07:10:30 UTC
+++ src/Standalone/CMakeFiles/es2standalone.dir/DependInfo.cmake
@@ -117,7 +117,6 @@ set(CMAKE_TARGET_DEFINITIONS_CXX
# Preprocessor definitions for this target.
set(CMAKE_TARGET_DEFINITIONS_CXX
- "BOOST_NO_CXX11_RVALUE_REFERENCES=1"
"QT_CORE_LIB"
"QT_GUI_LIB"
"QT_WIDGETS_LIB"