UPDATE: backport fix for newer fmt

This commit is contained in:
purplerain 2024-08-12 20:52:36 +00:00
parent bb2af63404
commit 66e409e585
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
12 changed files with 181 additions and 8 deletions

View file

@ -0,0 +1,12 @@
Index: BUILD/check-cpu
--- BUILD/check-cpu.orig
+++ BUILD/check-cpu
@@ -140,7 +140,7 @@ check_cpu () {
# Fallback when there is no /proc/cpuinfo
CPUINFO=" "
case "`uname -s`" in
- FreeBSD|OpenBSD)
+ FreeBSD|OpenBSD|SecBSD)
cpu_family=`uname -m`;
model_name=`sysctl -n hw.model`
;;