summaryrefslogtreecommitdiff
path: root/net/citrix_xenapp/files/patch-setupwfc
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2005-01-21 15:36:45 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2005-01-21 15:36:45 +0000
commit7011c19a8c96a2f8fb7c04d61cb28cdc507584a6 (patch)
tree22c0efaf2b6bb5b461389f9bac9542c7e3a5909a /net/citrix_xenapp/files/patch-setupwfc
parentNow buildable on 4.x, still broken on >= 5.x. (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_4_11_0'.release/4.11.0
Diffstat (limited to 'net/citrix_xenapp/files/patch-setupwfc')
-rw-r--r--net/citrix_xenapp/files/patch-setupwfc11
1 files changed, 0 insertions, 11 deletions
diff --git a/net/citrix_xenapp/files/patch-setupwfc b/net/citrix_xenapp/files/patch-setupwfc
deleted file mode 100644
index 0d1b30ea8bfa..000000000000
--- a/net/citrix_xenapp/files/patch-setupwfc
+++ /dev/null
@@ -1,11 +0,0 @@
---- setupwfc.orig Wed Apr 17 18:32:45 2002
-+++ 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.
-- if uname -m | grep 86 2>&1 >/dev/null ;then
-+ if uname -m | grep i[3456]86 2>&1 >/dev/null ;then
- PLATFORM=linuxx86
- DISP_PLATFORM="Linux (x86)"
- elif uname -m | grep -i arm 2>&1 >/dev/null ;then