svn commit: r455926 - head/sysutils/lscpu

Mark Linimon linimon at FreeBSD.org
Mon Dec 11 05:27:51 UTC 2017


Author: linimon
Date: Mon Dec 11 05:27:50 2017
New Revision: 455926
URL: https://svnweb.freebsd.org/changeset/ports/455926

Log:
  Also broken on powerpc64 (and presumably also powerpc).
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/sysutils/lscpu/Makefile

Modified: head/sysutils/lscpu/Makefile
==============================================================================
--- head/sysutils/lscpu/Makefile	Mon Dec 11 05:22:21 2017	(r455925)
+++ head/sysutils/lscpu/Makefile	Mon Dec 11 05:27:50 2017	(r455926)
@@ -15,6 +15,8 @@ BROKEN_armv6=		fails to compile: lib/clang/5.0.0/inclu
 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


More information about the svn-ports-all mailing list