opnsense-ports/sysutils/neofetch/files/patch-neofetch
Franco Fichtner 18185580af */*: sync with upstream
Taken from: FreeBSD
2022-08-08 11:04:09 +02:00

11 lines
279 B
Text

--- neofetch.orig 2022-08-05 13:28:08 UTC
+++ neofetch
@@ -1193,7 +1193,7 @@ get_distro() {
# Get OS architecture.
case $os in
- Solaris|AIX|Haiku|IRIX|FreeMiNT)
+ Solaris|AIX|Haiku|IRIX|FreeMiNT|BSD)
machine_arch=$(uname -p)
;;