freebsd-ports/net/citrix_ica/files/patch-setupwfc
Martin Wilke c075f544de - Fix build on amd64
PR:		108212
Submitted by:	Thomas Abthorpe <thomas@goodking.ca> (maintainer)
2007-01-23 08:13:08 +00:00

11 lines
421 B
Text

--- setupwfc.orig Fri Apr 8 13:52:46 2005
+++ 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)"
echo