git: 9482644374c1 - main - sysutils/libcpuid: enable on powerpc*
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 29 Mar 2022 06:25:10 UTC
The branch main has been updated by pkubaj: URL: https://cgit.FreeBSD.org/ports/commit/?id=9482644374c18974620ef478e1d4a8e746b6e2aa commit 9482644374c18974620ef478e1d4a8e746b6e2aa Author: Piotr Kubaj <pkubaj@FreeBSD.org> AuthorDate: 2022-03-29 06:14:12 +0000 Commit: Piotr Kubaj <pkubaj@FreeBSD.org> CommitDate: 2022-03-29 06:14:12 +0000 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. --- sysutils/libcpuid/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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