mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
Add ONLY_FOR_ARCHS_REASON statement: while it attempts to query generic CPU
information using sysctl(3) CTL_HW* identifiers, it does not properly guard x86-specific code paths. Requested by: mat
This commit is contained in:
parent
59196ff0b9
commit
b6291b0997
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=456045
@ -11,6 +11,7 @@ COMMENT= Display information about the CPU architecture
|
||||
LICENSE= BSD3CLAUSE
|
||||
|
||||
ONLY_FOR_ARCHS= amd64 i386
|
||||
ONLY_FOR_ARCHS_REASON= unconditionally invokes x86-specific code
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= NanXiao
|
||||
|
Loading…
Reference in New Issue
Block a user