aboutsummaryrefslogtreecommitdiff
path: root/sysutils/cpuid2cpuflags
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2020-01-05 04:45:45 +0000
committerMark Linimon <linimon@FreeBSD.org>2020-01-05 04:45:45 +0000
commitb9608053c7b17d0e1d2661a1b639c28ede13201e (patch)
treefe930fbe7c639b1ca689ac592b46083d05a167b8 /sysutils/cpuid2cpuflags
parent2474c09129a4caacc86352a2dc40d11020ad4a73 (diff)
downloadports-b9608053c7b17d0e1d2661a1b639c28ede13201e.tar.gz
ports-b9608053c7b17d0e1d2661a1b639c28ede13201e.zip
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)
Notes
Notes: svn path=/head/; revision=522107
Diffstat (limited to 'sysutils/cpuid2cpuflags')
-rw-r--r--sysutils/cpuid2cpuflags/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/sysutils/cpuid2cpuflags/Makefile b/sysutils/cpuid2cpuflags/Makefile
index 7544a13fed23..1df26dcbccb9 100644
--- a/sysutils/cpuid2cpuflags/Makefile
+++ b/sysutils/cpuid2cpuflags/Makefile
@@ -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