aboutsummaryrefslogtreecommitdiff
path: root/net/citrix_ica
diff options
context:
space:
mode:
authorMartin Blapp <mbr@FreeBSD.org>2002-07-08 16:34:21 +0000
committerMartin Blapp <mbr@FreeBSD.org>2002-07-08 16:34:21 +0000
commitf0a8b26cc13f861c8a0c3735c2121d2e65cbbcfb (patch)
tree15151fab4eb9fd8802bf6b018fe118491fa4809b /net/citrix_ica
parentd2293ede73bb59c0cca6f6554bdc0b7da9dc04d5 (diff)
downloadports-f0a8b26cc13f861c8a0c3735c2121d2e65cbbcfb.tar.gz
ports-f0a8b26cc13f861c8a0c3735c2121d2e65cbbcfb.zip
Since we use ${LINUXBASE}/bin/sh, uname -m reports Linux. Do not change
the script to check for FreeBSD then.
Notes
Notes: svn path=/head/; revision=62663
Diffstat (limited to 'net/citrix_ica')
-rw-r--r--net/citrix_ica/files/patch-setupwfc9
1 files changed, 2 insertions, 7 deletions
diff --git a/net/citrix_ica/files/patch-setupwfc b/net/citrix_ica/files/patch-setupwfc
index c90dc3bedd95..096f3c155bff 100644
--- a/net/citrix_ica/files/patch-setupwfc
+++ b/net/citrix_ica/files/patch-setupwfc
@@ -1,11 +1,6 @@
--- 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)
++++ 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.