ports/net/citrix_ica/files/patch-setupwfc
Emanuel Haupt b4f9936bb0 - Update to 13.6.0
- Update WWW
2017-08-24 16:41:35 +00:00

15 lines
421 B
Text

--- setupwfc.orig 2017-06-30 17:48:52 UTC
+++ setupwfc
@@ -519,6 +519,12 @@ get_OS(){
opsys=`uname -s`
case $opsys in
+ *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