aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2017-12-09 09:02:21 +0800
committerlinimon <linimon@FreeBSD.org>2017-12-09 09:02:21 +0800
commit544dd8f6b0b788cebe493f6399288d67f8a14eab (patch)
tree248272dee5416c423c739b3e2369d5f4c67d3b0c /sysutils
parentcb4f0fc92060b736b2ab71fcf12d3a0b727aec49 (diff)
downloadfreebsd-ports-gnome-544dd8f6b0b788cebe493f6399288d67f8a14eab.tar.gz
freebsd-ports-gnome-544dd8f6b0b788cebe493f6399288d67f8a14eab.tar.zst
freebsd-ports-gnome-544dd8f6b0b788cebe493f6399288d67f8a14eab.zip
Although the upstream claims that this works on non-x86 archs, it seems
not to be the case. Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/lscpu/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/sysutils/lscpu/Makefile b/sysutils/lscpu/Makefile
index 4afa5b2a81bd..012aa0a3ecf5 100644
--- a/sysutils/lscpu/Makefile
+++ b/sysutils/lscpu/Makefile
@@ -10,6 +10,11 @@ COMMENT= Display information about the CPU architecture
LICENSE= BSD3CLAUSE
+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
+BROKEN_mips64= fails to compile: lscpu.c:10:19: error: cpuid.h: No such file or directory
+
USE_GITHUB= yes
GH_ACCOUNT= NanXiao