Mark as BROKEN on powerpc64:

./src/configs/include_configs.hpp:2:37: fatal error: configs/power7/config.hpp: No such file or directory

Adding compiler:c++11-lang to USES merely uncovers this error on 12-STABLE;
it does not fix the underlying problem.
This commit is contained in:
Mark Linimon 2020-05-18 01:03:25 +00:00
parent e26d9b8ca6
commit e6dd22fe38
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=535699

View file

@ -14,6 +14,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
BROKEN_aarch64= fails to compile: include_configs.hpp:2:10: fatal error: 'configs/armv7a/config.hpp' file not found
BROKEN_armv6= fails to compile: include_configs.hpp:2:10: fatal error: 'configs/armv7a/config.hpp' file not found
BROKEN_powerpc64= fails to compile: include_configs.hpp:2:10: fatal error: 'configs/power7/config.hpp' file not found
NOT_FOR_ARCHS= i386
NOT_FOR_ARCHS_REASON= i386 requires SSE
@ -21,7 +22,7 @@ OPTIONS_DEFINE= PARA
PARA_DESC= use pthread parallelization
OPTIONS_DEFAULT= PARA
USES= gmake libtool
USES= compiler:c++11-lang gmake libtool
USE_LDCONFIG= yes
USE_GITHUB= yes