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.
This commit is contained in:
parent
ac19aed058
commit
9482644374
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user