diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2005-11-26 21:56:04 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2005-11-26 21:56:04 +0000 |
commit | 5fc6037364792f432b9cc13f24d1b5fc73670f73 (patch) | |
tree | 4fccb7dd0f6fd747ec4441d7e54549bd7f2675b1 /www/linux-opera/files/patch-install.sh | |
parent | Upgrade to 1.3 (diff) |
Add support for amd64; it runs flawless on amd64 linux32-emulation.
PR: ports/89560
Submitted by: Mark Daniel Reidel <ports@mark.reidel.info>
Diffstat (limited to '')
-rw-r--r-- | www/linux-opera/files/patch-install.sh | 18 |
1 files changed, 15 insertions, 3 deletions
diff --git a/www/linux-opera/files/patch-install.sh b/www/linux-opera/files/patch-install.sh index f67bacb8d954..d2dd05aa3074 100644 --- a/www/linux-opera/files/patch-install.sh +++ b/www/linux-opera/files/patch-install.sh @@ -1,8 +1,20 @@ --- install.sh.orig Mon Nov 14 07:48:04 2005 -+++ install.sh Tue Nov 22 14:15:02 2005 -@@ -759,10 +759,9 @@ ++++ install.sh Sat Nov 26 15:53:03 2005 +@@ -381,7 +381,7 @@ + mvv='' # SunOS mv (no -v verbose option) + ;; + +- i[3456]86:FreeBSD|i[3456]86:NetBSD) ++ i[3456]86:FreeBSD|amd64:FreeBSD|i[3456]86:NetBSD) + cpf='-f' + if test "$verbose" -gt '1' + then +@@ -757,12 +757,11 @@ + debug_msg 0 "in generate_wrapper()" + case "${machine}:${os}" in - i[3456]86:Linux|x86_64:Linux|i[3456]86:FreeBSD|i[3456]86:NetBSD|i[3456]86:OpenBSD) +- i[3456]86:Linux|x86_64:Linux|i[3456]86:FreeBSD|i[3456]86:NetBSD|i[3456]86:OpenBSD) ++ i[3456]86:Linux|x86_64:Linux|i[3456]86:FreeBSD|amd64:FreeBSD|i[3456]86:NetBSD|i[3456]86:OpenBSD) wrapper_ibmjava=" - IBMJava2-142/jre \\ - IBMJava2-141/jre \\ |