diff options
author | mbr <mbr@FreeBSD.org> | 2002-07-09 00:34:21 +0800 |
---|---|---|
committer | mbr <mbr@FreeBSD.org> | 2002-07-09 00:34:21 +0800 |
commit | b74575423d708d2492bb614e82b0c0be8cac6b4c (patch) | |
tree | 8900310a818c25979ae530b1797f20d989bc02e0 | |
parent | 501a8b454d344a86ad03d45171244579b1a7cb1f (diff) | |
download | freebsd-ports-graphics-b74575423d708d2492bb614e82b0c0be8cac6b4c.tar.gz freebsd-ports-graphics-b74575423d708d2492bb614e82b0c0be8cac6b4c.tar.zst freebsd-ports-graphics-b74575423d708d2492bb614e82b0c0be8cac6b4c.zip |
Since we use ${LINUXBASE}/bin/sh, uname -m reports Linux. Do not change
the script to check for FreeBSD then.
-rw-r--r-- | net/citrix_ica/files/patch-setupwfc | 9 | ||||
-rw-r--r-- | net/citrix_xenapp/files/patch-setupwfc | 9 |
2 files changed, 4 insertions, 14 deletions
diff --git a/net/citrix_ica/files/patch-setupwfc b/net/citrix_ica/files/patch-setupwfc index c90dc3bedd9..096f3c155bf 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. diff --git a/net/citrix_xenapp/files/patch-setupwfc b/net/citrix_xenapp/files/patch-setupwfc index c90dc3bedd9..096f3c155bf 100644 --- a/net/citrix_xenapp/files/patch-setupwfc +++ b/net/citrix_xenapp/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. |