aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2022-03-29 06:14:12 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2022-03-29 06:14:12 +0000
commit9482644374c18974620ef478e1d4a8e746b6e2aa (patch)
tree2c30f754726bcbc3cd6aa1f7680f3e7dad35d6c0
parentac19aed05816d6ee531c28d1fc19bff821c59e8c (diff)
downloadports-9482644374c18974620ef478e1d4a8e746b6e2aa.tar.gz
ports-9482644374c18974620ef478e1d4a8e746b6e2aa.zip
sysutils/libcpuid: enable on powerpc*
While CPUID doesn't exist on powerpc*, upstream added compilation fixes for non-x86 and this will unbreak also some reverse dependencies.
-rw-r--r--sysutils/libcpuid/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/libcpuid/Makefile b/sysutils/libcpuid/Makefile
index 5d895cbbd864..dd9aa08ec1e9 100644
--- a/sysutils/libcpuid/Makefile
+++ b/sysutils/libcpuid/Makefile
@@ -11,7 +11,7 @@ COMMENT= Small x86 CPU identification library
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/COPYING
-ONLY_FOR_ARCHS= i386 amd64
+ONLY_FOR_ARCHS= amd64 i386 powerpc64le powerpc64 powerpc
USE_GITHUB= yes
GH_ACCOUNT= anrieff