summaryrefslogtreecommitdiffstats
path: root/net/citrix_xenapp
diff options
context:
space:
mode:
authoranders <anders@FreeBSD.org>2002-07-01 21:26:35 +0000
committeranders <anders@FreeBSD.org>2002-07-01 21:26:35 +0000
commit19fd1e212aefc0fac78cadc6b77fa7dae5cd2a5f (patch)
tree1cfcb548537f69215b0f872e6905e5a5be28af03 /net/citrix_xenapp
parentf5d34129d2b54b51ca689efedaae7b62038c3d85 (diff)
downloadFreeBSD-ports-19fd1e212aefc0fac78cadc6b77fa7dae5cd2a5f.zip
FreeBSD-ports-19fd1e212aefc0fac78cadc6b77fa7dae5cd2a5f.tar.gz
Forgot this patch to go along with the 6.30.1050 update.
Approved by: mbr
Diffstat (limited to 'net/citrix_xenapp')
-rw-r--r--net/citrix_xenapp/files/patch-setupwfc16
1 files changed, 16 insertions, 0 deletions
diff --git a/net/citrix_xenapp/files/patch-setupwfc b/net/citrix_xenapp/files/patch-setupwfc
new file mode 100644
index 0000000..c90dc3b
--- /dev/null
+++ b/net/citrix_xenapp/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
OpenPOWER on IntegriCloud