diff options
Diffstat (limited to 'graphics/epsonscan2/files/patch-src_ES2Command_Linux_CMakeFiles_es2command.dir_flags.make')
-rw-r--r-- | graphics/epsonscan2/files/patch-src_ES2Command_Linux_CMakeFiles_es2command.dir_flags.make | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/graphics/epsonscan2/files/patch-src_ES2Command_Linux_CMakeFiles_es2command.dir_flags.make b/graphics/epsonscan2/files/patch-src_ES2Command_Linux_CMakeFiles_es2command.dir_flags.make new file mode 100644 index 000000000000..9ca0cfadc67a --- /dev/null +++ b/graphics/epsonscan2/files/patch-src_ES2Command_Linux_CMakeFiles_es2command.dir_flags.make @@ -0,0 +1,18 @@ +--- src/ES2Command/Linux/CMakeFiles/es2command.dir/flags.make.orig 2024-09-12 07:10:30 UTC ++++ src/ES2Command/Linux/CMakeFiles/es2command.dir/flags.make +@@ -5,13 +5,13 @@ C_FLAGS = -g -O0 -fPIC + # compile CXX with /usr/bin/c++ + C_FLAGS = -g -O0 -fPIC + +-C_DEFINES = -DBOOST_NO_CXX11_RVALUE_REFERENCES=1 -Des2command_EXPORTS ++C_DEFINES = -Des2command_EXPORTS + + C_INCLUDES = -I/home/build/shokaku/trunk/epsonscan2/src/ES2Command/Linux/../../../thirdparty/rapidjson/include -I/home/build/shokaku/trunk/epsonscan2/src/ES2Command/Linux/../.. -I/home/build/shokaku/trunk/epsonscan2/src/ES2Command/Linux/../../Include/ES2Command -I/home/build/shokaku/trunk/epsonscan2/src/ES2Command/Linux/../Src + + CXX_FLAGS = -g -std=c++11 -Wno-multichar -O0 -fPIC + +-CXX_DEFINES = -DBOOST_NO_CXX11_RVALUE_REFERENCES=1 -Des2command_EXPORTS ++CXX_DEFINES = -Des2command_EXPORTS + + CXX_INCLUDES = -I/home/build/shokaku/trunk/epsonscan2/src/ES2Command/Linux/../../../thirdparty/rapidjson/include -I/home/build/shokaku/trunk/epsonscan2/src/ES2Command/Linux/../.. -I/home/build/shokaku/trunk/epsonscan2/src/ES2Command/Linux/../../Include/ES2Command -I/home/build/shokaku/trunk/epsonscan2/src/ES2Command/Linux/../Src + |