aboutsummaryrefslogblamecommitdiff
path: root/sysutils/neofetch/files/patch-neofetch
blob: a6082749d12d6fadd979dbbde1dc9f3716b00ba8 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11










                                               
--- 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)
         ;;