aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2017-12-11 13:27:50 +0800
committerlinimon <linimon@FreeBSD.org>2017-12-11 13:27:50 +0800
commit18623b8dd71d5654502a5e5ca3a36be8d2960e5e (patch)
tree393fa217909af6f984a6ce64c81780da716469e9
parent655dfcf768c8624790ba301d29fafd4c079ed95c (diff)
downloadfreebsd-ports-gnome-18623b8dd71d5654502a5e5ca3a36be8d2960e5e.tar.gz
freebsd-ports-gnome-18623b8dd71d5654502a5e5ca3a36be8d2960e5e.tar.zst
freebsd-ports-gnome-18623b8dd71d5654502a5e5ca3a36be8d2960e5e.zip
Also broken on powerpc64 (and presumably also powerpc).
Approved by: portmgr (tier-2 blanket)
-rw-r--r--sysutils/lscpu/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/sysutils/lscpu/Makefile b/sysutils/lscpu/Makefile
index 09c1726ba9cd..e5f95e74af8e 100644
--- a/sysutils/lscpu/Makefile
+++ b/sysutils/lscpu/Makefile
@@ -15,6 +15,8 @@ BROKEN_armv6= fails to compile: lib/clang/5.0.0/include/cpuid.h:25:2: error: th
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
+BROKEN_powerpc= fails to compile: lscpu.c:10:19: error: cpuid.h: No such file or directory
+BROKEN_powerpc64= fails to compile: lscpu.c:10:19: error: cpuid.h: No such file or directory
USE_GITHUB= yes
GH_ACCOUNT= NanXiao