summaryrefslogtreecommitdiff
path: root/net/citrix_ica
diff options
context:
space:
mode:
authorAnders Nordby <anders@FreeBSD.org>2002-07-01 21:26:35 +0000
committerAnders Nordby <anders@FreeBSD.org>2002-07-01 21:26:35 +0000
commita0d16dc33bdb0c332d8f449118cf90e5cec23112 (patch)
treecf4963d3fb8e625ee39e7e7f66ab038d9907c91c /net/citrix_ica
parentUpdate to version 6.30.1050. (diff)
Forgot this patch to go along with the 6.30.1050 update.
Approved by: mbr
Notes
Notes: svn path=/head/; revision=62303
Diffstat (limited to 'net/citrix_ica')
-rw-r--r--net/citrix_ica/files/patch-setupwfc16
1 files changed, 16 insertions, 0 deletions
diff --git a/net/citrix_ica/files/patch-setupwfc b/net/citrix_ica/files/patch-setupwfc
new file mode 100644
index 000000000000..c90dc3bedd95
--- /dev/null
+++ b/net/citrix_ica/files/patch-setupwfc
@@ -0,0 +1,16 @@
+--- setupwfc.orig Wed Apr 17 18:32:45 2002
++++ setupwfc Thu Jun 20 08:25:26 2002
+@@ -378,11 +378,11 @@
+ PLATFORM=hp
+ DISP_PLATFORM="Hewlett-Packard (HP-UX)"
+ ;;
+- Linux)
++ FreeBSD)
+ # 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 i386 2>&1 >/dev/null ;then
+ PLATFORM=linuxx86
+ DISP_PLATFORM="Linux (x86)"
+ elif uname -m | grep -i arm 2>&1 >/dev/null ;then