aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authormbr <mbr@FreeBSD.org>2003-08-13 17:29:47 +0800
committermbr <mbr@FreeBSD.org>2003-08-13 17:29:47 +0800
commitd099e46fcd6e887e5d05db0c28464cd5e40baec9 (patch)
tree00662af3be00af87599f9e13ffaed6caf1af9cc5 /net
parent02e5278b9b6d69d93b428462667f66a241d3a174 (diff)
downloadfreebsd-ports-gnome-d099e46fcd6e887e5d05db0c28464cd5e40baec9.tar.gz
freebsd-ports-gnome-d099e46fcd6e887e5d05db0c28464cd5e40baec9.tar.zst
freebsd-ports-gnome-d099e46fcd6e887e5d05db0c28464cd5e40baec9.zip
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>
Diffstat (limited to 'net')
-rw-r--r--net/citrix_ica/files/patch-setupwfc2
-rw-r--r--net/citrix_xenapp/files/patch-setupwfc2
2 files changed, 2 insertions, 2 deletions
diff --git a/net/citrix_ica/files/patch-setupwfc b/net/citrix_ica/files/patch-setupwfc
index 096f3c155bff..0d1b30ea8bfa 100644
--- a/net/citrix_ica/files/patch-setupwfc
+++ b/net/citrix_ica/files/patch-setupwfc
@@ -5,7 +5,7 @@
# 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 i386 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
diff --git a/net/citrix_xenapp/files/patch-setupwfc b/net/citrix_xenapp/files/patch-setupwfc
index 096f3c155bff..0d1b30ea8bfa 100644
--- a/net/citrix_xenapp/files/patch-setupwfc
+++ b/net/citrix_xenapp/files/patch-setupwfc
@@ -5,7 +5,7 @@
# 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 i386 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