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:
Mark Linimon 2018-09-10 01:18:22 +00:00
parent 8440587f4c
commit 565681300b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=479345

View File

@ -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