aboutsummaryrefslogtreecommitdiff
path: root/sysutils/cpuid2cpuflags
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2020-09-23 20:59:02 +0000
committerMark Linimon <linimon@FreeBSD.org>2020-09-23 20:59:02 +0000
commit2a4b53fe11dd4c47e5c02c3c3b5e6c6ab46b246a (patch)
tree015ed08ea6f9154df563f471b63f70f099b3c9e1 /sysutils/cpuid2cpuflags
parentcd38afd9fecdb7e06cd6493ddd05026d366a6a6f (diff)
downloadports-2a4b53fe11dd4c47e5c02c3c3b5e6c6ab46b246a.tar.gz
ports-2a4b53fe11dd4c47e5c02c3c3b5e6c6ab46b246a.zip
Also mark as not for powerpc64le.
Approved by: portmgr (tier-2 blanket)
Notes
Notes: svn path=/head/; revision=549848
Diffstat (limited to 'sysutils/cpuid2cpuflags')
-rw-r--r--sysutils/cpuid2cpuflags/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/cpuid2cpuflags/Makefile b/sysutils/cpuid2cpuflags/Makefile
index e17d7c591d1a..99ebd3823ae0 100644
--- a/sysutils/cpuid2cpuflags/Makefile
+++ b/sysutils/cpuid2cpuflags/Makefile
@@ -12,6 +12,7 @@ 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)"
+BROKEN_powerpc64le= fails to build: error "Platform not supported (only Linux supported at the moment)"
USES= autoreconf
USE_GITHUB= yes