Mark as broken on powerpc64:

src/hwcap.c:20:3: error: #error "Platform not supported (only Linux supported at the moment)"
  src/hwcap.c:23:3: error: #error "Platform not supported (no getauxval())"

Approved by:	portmgr (tier-2 blanket)
This commit is contained in:
Mark Linimon 2020-01-05 04:45:45 +00:00
parent 2474c09129
commit b9608053c7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=522107

View File

@ -11,6 +11,8 @@ COMMENT= Tool to generate CPU_FLAGS_* for your CPU
LICENSE= BSD2CLAUSE
BROKEN_powerpc64= fails to build: error "Platform not supported (only Linux supported at the moment)"
USES= autoreconf
USE_GITHUB= yes
GH_ACCOUNT= mgorny