From c075f544de0ffb31419df73f4985099bef42831e Mon Sep 17 00:00:00 2001 From: Martin Wilke Date: Tue, 23 Jan 2007 08:13:08 +0000 Subject: [PATCH] - Fix build on amd64 PR: 108212 Submitted by: Thomas Abthorpe (maintainer) --- net/citrix_ica/Makefile | 2 +- net/citrix_ica/files/patch-setupwfc | 14 +++++++------- net/citrix_xenapp/Makefile | 2 +- net/citrix_xenapp/files/patch-setupwfc | 14 +++++++------- 4 files changed, 16 insertions(+), 16 deletions(-) diff --git a/net/citrix_ica/Makefile b/net/citrix_ica/Makefile index 85c18b37c5fe..ae5746741ac0 100644 --- a/net/citrix_ica/Makefile +++ b/net/citrix_ica/Makefile @@ -7,7 +7,7 @@ PORTNAME= citrix_ica PORTVERSION= 9.00 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net comms linux MASTER_SITES= DISTNAME= ${PORTNAME}-linuxx86-${PORTVERSION} diff --git a/net/citrix_ica/files/patch-setupwfc b/net/citrix_ica/files/patch-setupwfc index 9549ea7a0663..9b09f664e4b2 100644 --- a/net/citrix_ica/files/patch-setupwfc +++ b/net/citrix_ica/files/patch-setupwfc @@ -1,11 +1,11 @@ --- setupwfc.orig Fri Apr 8 13:52:46 2005 -+++ setupwfc Thu Jan 18 08:16:31 2007 -@@ -380,7 +380,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 ++++ setupwfc Mon Jan 22 10:10:48 2007 +@@ -396,7 +396,7 @@ + *BSD) + # Assume Free/Net/Open BSD on an X86 with Linux emulation. + +- if uname -m | grep 86 2>&1 >/dev/null ; then + if uname -m | grep "i[3456]86\|amd64" 2>&1 >/dev/null ; then PLATFORM=linuxx86 DISP_PLATFORM="Linux (x86)" - elif uname -m | grep -i arm 2>&1 >/dev/null ;then + echo diff --git a/net/citrix_xenapp/Makefile b/net/citrix_xenapp/Makefile index 85c18b37c5fe..ae5746741ac0 100644 --- a/net/citrix_xenapp/Makefile +++ b/net/citrix_xenapp/Makefile @@ -7,7 +7,7 @@ PORTNAME= citrix_ica PORTVERSION= 9.00 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net comms linux MASTER_SITES= DISTNAME= ${PORTNAME}-linuxx86-${PORTVERSION} diff --git a/net/citrix_xenapp/files/patch-setupwfc b/net/citrix_xenapp/files/patch-setupwfc index 9549ea7a0663..9b09f664e4b2 100644 --- a/net/citrix_xenapp/files/patch-setupwfc +++ b/net/citrix_xenapp/files/patch-setupwfc @@ -1,11 +1,11 @@ --- setupwfc.orig Fri Apr 8 13:52:46 2005 -+++ setupwfc Thu Jan 18 08:16:31 2007 -@@ -380,7 +380,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 ++++ setupwfc Mon Jan 22 10:10:48 2007 +@@ -396,7 +396,7 @@ + *BSD) + # Assume Free/Net/Open BSD on an X86 with Linux emulation. + +- if uname -m | grep 86 2>&1 >/dev/null ; then + if uname -m | grep "i[3456]86\|amd64" 2>&1 >/dev/null ; then PLATFORM=linuxx86 DISP_PLATFORM="Linux (x86)" - elif uname -m | grep -i arm 2>&1 >/dev/null ;then + echo