freebsd-ports/net/citrix_ica/files/patch-setupwfc
Martin Blapp 04e57476e3 Since uname -m can now report any i[3456]86 values, change the script
to work with this.

Submitted by:	Andrew Thompson <andy@fud.org.nz>
2003-08-13 09:29:47 +00:00

11 lines
586 B
Text

--- setupwfc.orig Wed Apr 17 18:32:45 2002
+++ setupwfc Mon Jul 8 18:28:31 2002
@@ -382,7 +382,7 @@
# We assume that an Intel-based linux system will have an x86
# processor. We also assume that this is reported by uname -m
# "ix86" where x is some number.
- if uname -m | grep 86 2>&1 >/dev/null ;then
+ if uname -m | grep i[3456]86 2>&1 >/dev/null ;then
PLATFORM=linuxx86
DISP_PLATFORM="Linux (x86)"
elif uname -m | grep -i arm 2>&1 >/dev/null ;then