diff options
author | J.R. Oldroyd <fbsd@opal.com> | 2025-02-14 20:38:05 +0000 |
---|---|---|
committer | Vladimir Druzenko <vvd@FreeBSD.org> | 2025-02-14 20:40:35 +0000 |
commit | 27cd1370ef419d407ad1e74dced9fc96b89edcca (patch) | |
tree | 84ea11143d45618ab7d8a285ab11e8669ff8437c /graphics/epsonscan2/files/patch-src_ES2Command_Linux_CMakeFiles_es2command.dir_flags.make | |
parent | abff0fc56af55ccdb9aa409e7a0b37618f12ecb7 (diff) |
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 + |