mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
- Fix build on amd64
PR: 108212 Submitted by: Thomas Abthorpe <thomas@goodking.ca> (maintainer)
This commit is contained in:
parent
d778185dea
commit
c075f544de
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=183059
@ -7,7 +7,7 @@
|
|||||||
|
|
||||||
PORTNAME= citrix_ica
|
PORTNAME= citrix_ica
|
||||||
PORTVERSION= 9.00
|
PORTVERSION= 9.00
|
||||||
PORTREVISION= 3
|
PORTREVISION= 4
|
||||||
CATEGORIES= net comms linux
|
CATEGORIES= net comms linux
|
||||||
MASTER_SITES=
|
MASTER_SITES=
|
||||||
DISTNAME= ${PORTNAME}-linuxx86-${PORTVERSION}
|
DISTNAME= ${PORTNAME}-linuxx86-${PORTVERSION}
|
||||||
|
@ -1,11 +1,11 @@
|
|||||||
--- setupwfc.orig Fri Apr 8 13:52:46 2005
|
--- setupwfc.orig Fri Apr 8 13:52:46 2005
|
||||||
+++ setupwfc Thu Jan 18 08:16:31 2007
|
+++ setupwfc Mon Jan 22 10:10:48 2007
|
||||||
@@ -380,7 +380,7 @@
|
@@ -396,7 +396,7 @@
|
||||||
# We assume that an Intel-based linux system will have an x86
|
*BSD)
|
||||||
# processor. We also assume that this is reported by uname -m
|
# Assume Free/Net/Open BSD on an X86 with Linux emulation.
|
||||||
# "ix86" where x is some number.
|
|
||||||
- if uname -m | grep 86 2>&1 >/dev/null ;then
|
- if uname -m | grep 86 2>&1 >/dev/null ; then
|
||||||
+ if uname -m | grep "i[3456]86\|amd64" 2>&1 >/dev/null ; then
|
+ if uname -m | grep "i[3456]86\|amd64" 2>&1 >/dev/null ; then
|
||||||
PLATFORM=linuxx86
|
PLATFORM=linuxx86
|
||||||
DISP_PLATFORM="Linux (x86)"
|
DISP_PLATFORM="Linux (x86)"
|
||||||
elif uname -m | grep -i arm 2>&1 >/dev/null ;then
|
echo
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
|
|
||||||
PORTNAME= citrix_ica
|
PORTNAME= citrix_ica
|
||||||
PORTVERSION= 9.00
|
PORTVERSION= 9.00
|
||||||
PORTREVISION= 3
|
PORTREVISION= 4
|
||||||
CATEGORIES= net comms linux
|
CATEGORIES= net comms linux
|
||||||
MASTER_SITES=
|
MASTER_SITES=
|
||||||
DISTNAME= ${PORTNAME}-linuxx86-${PORTVERSION}
|
DISTNAME= ${PORTNAME}-linuxx86-${PORTVERSION}
|
||||||
|
@ -1,11 +1,11 @@
|
|||||||
--- setupwfc.orig Fri Apr 8 13:52:46 2005
|
--- setupwfc.orig Fri Apr 8 13:52:46 2005
|
||||||
+++ setupwfc Thu Jan 18 08:16:31 2007
|
+++ setupwfc Mon Jan 22 10:10:48 2007
|
||||||
@@ -380,7 +380,7 @@
|
@@ -396,7 +396,7 @@
|
||||||
# We assume that an Intel-based linux system will have an x86
|
*BSD)
|
||||||
# processor. We also assume that this is reported by uname -m
|
# Assume Free/Net/Open BSD on an X86 with Linux emulation.
|
||||||
# "ix86" where x is some number.
|
|
||||||
- if uname -m | grep 86 2>&1 >/dev/null ;then
|
- if uname -m | grep 86 2>&1 >/dev/null ; then
|
||||||
+ if uname -m | grep "i[3456]86\|amd64" 2>&1 >/dev/null ; then
|
+ if uname -m | grep "i[3456]86\|amd64" 2>&1 >/dev/null ; then
|
||||||
PLATFORM=linuxx86
|
PLATFORM=linuxx86
|
||||||
DISP_PLATFORM="Linux (x86)"
|
DISP_PLATFORM="Linux (x86)"
|
||||||
elif uname -m | grep -i arm 2>&1 >/dev/null ;then
|
echo
|
||||||
|
Loading…
Reference in New Issue
Block a user