--- setupwfc.orig	2015-06-26 11:30:02 UTC
+++ setupwfc
@@ -526,6 +526,12 @@ get_OS(){
 		PLATFORM=hp
 		DISP_PLATFORM="Hewlett-Packard (HP-UX)"
 		;;
+	*BSD)
+		if uname -m | grep "i[3456]86\|amd64" 2>&1 >/dev/null ; then
+			PLATFORM=linuxx86
+			DISP_PLATFORM="Linux (x86)"
+		fi
+		;;
 	Linux)
                # We use uname -m to report processor type. If we
                # see 64 we assume a 64 bit Intel processor, if we see
