Try, but fail, to fix build on powerpc64. The fix is necessary but not
sufficient. Approved by: portmgr (tier-2 blanket)
This commit is contained in:
parent
8440587f4c
commit
565681300b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=479345
1 changed files with 2 additions and 2 deletions
|
@ -12,11 +12,11 @@ LICENSE= APACHE20
|
|||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
BROKEN_aarch64= fails to compile: /usr/lib/clang/5.0.0/include/mmintrin.h:47:5: use of undeclared identifier '__builtin_ia32_emms'
|
||||
BROKEN_powerpc64= fails to link: main.cpp.o: undefined reference to `boost::program_options::options_description::options_description
|
||||
BROKEN_powerpc64= fails to compile: g++6: error: unrecognized command line option '-mavx2'
|
||||
ONLY_FOR_ARCHS= aarch64 amd64 powerpc powerpc64
|
||||
ONLY_FOR_ARCHS_REASON= Assembly is implemented only for specific architectures in highwayhash/tsc_timer.h
|
||||
|
||||
USES= gmake
|
||||
USES= compiler:c++11-lib gmake
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= google
|
||||
GH_TAGNAME= 9099074
|
||||
|
|
Loading…
Reference in a new issue