diff options
author | linimon <linimon@FreeBSD.org> | 2017-12-09 09:39:19 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2017-12-09 09:39:19 +0800 |
commit | 9abc699e3652731c27ac88185f63a82439038545 (patch) | |
tree | 5d215d533c51d0a74094ac2414f069597bf384ea /sysutils | |
parent | 544dd8f6b0b788cebe493f6399288d67f8a14eab (diff) | |
download | freebsd-ports-gnome-9abc699e3652731c27ac88185f63a82439038545.tar.gz freebsd-ports-gnome-9abc699e3652731c27ac88185f63a82439038545.tar.zst freebsd-ports-gnome-9abc699e3652731c27ac88185f63a82439038545.zip |
These are also broken on aarch64 in the same way as armv6/7.
Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/lscpu/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/lscpu/Makefile b/sysutils/lscpu/Makefile index 012aa0a3ecf5..09c1726ba9cd 100644 --- a/sysutils/lscpu/Makefile +++ b/sysutils/lscpu/Makefile @@ -10,6 +10,7 @@ COMMENT= Display information about the CPU architecture LICENSE= BSD3CLAUSE +BROKEN_aarch64= fails to compile: lib/clang/3.8.0/include/cpuid.h:25:2: error: this header is for x86 only BROKEN_armv6= fails to compile: lib/clang/5.0.0/include/cpuid.h:25:2: error: this header is for x86 only BROKEN_armv7= fails to compile: lib/clang/5.0.0/include/cpuid.h:25:2: error: this header is for x86 only BROKEN_mips= fails to compile: lscpu.c:10:19: error: cpuid.h: No such file or directory |