diff options
author | anders <anders@FreeBSD.org> | 2002-07-02 05:26:35 +0800 |
---|---|---|
committer | anders <anders@FreeBSD.org> | 2002-07-02 05:26:35 +0800 |
commit | 19fd1e212aefc0fac78cadc6b77fa7dae5cd2a5f (patch) | |
tree | 1cfcb548537f69215b0f872e6905e5a5be28af03 /net/citrix_ica | |
parent | f5d34129d2b54b51ca689efedaae7b62038c3d85 (diff) | |
download | freebsd-ports-gnome-19fd1e212aefc0fac78cadc6b77fa7dae5cd2a5f.tar.gz freebsd-ports-gnome-19fd1e212aefc0fac78cadc6b77fa7dae5cd2a5f.tar.zst freebsd-ports-gnome-19fd1e212aefc0fac78cadc6b77fa7dae5cd2a5f.zip |
Forgot this patch to go along with the 6.30.1050 update.
Approved by: mbr
Diffstat (limited to 'net/citrix_ica')
-rw-r--r-- | net/citrix_ica/files/patch-setupwfc | 16 |
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 |