UPDATE: backport fix for newer fmt
This commit is contained in:
parent
bb2af63404
commit
66e409e585
12 changed files with 181 additions and 8 deletions
12
databases/mariadb/patches/patch-BUILD_check-cpu
Normal file
12
databases/mariadb/patches/patch-BUILD_check-cpu
Normal 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`
|
||||
;;
|
Loading…
Add table
Add a link
Reference in a new issue