diff options
author | obrien <obrien@FreeBSD.org> | 2004-07-17 04:16:15 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2004-07-17 04:16:15 +0800 |
commit | 2b85c41fa803afad3b20a8adf76137efb06e7d41 (patch) | |
tree | 5d5a8f4241b472c06d9eeba8c56ec0d9f6a9f28c /www | |
parent | d65800fbe5a5744dcc1f06a92ca0881bfe185504 (diff) | |
download | freebsd-ports-gnome-2b85c41fa803afad3b20a8adf76137efb06e7d41.tar.gz freebsd-ports-gnome-2b85c41fa803afad3b20a8adf76137efb06e7d41.tar.zst freebsd-ports-gnome-2b85c41fa803afad3b20a8adf76137efb06e7d41.zip |
Allow installation on AMD64.
Diffstat (limited to 'www')
-rw-r--r-- | www/opera/files/patch-install.sh | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/www/opera/files/patch-install.sh b/www/opera/files/patch-install.sh index b3b4a0c6d3af..55d55fc30a50 100644 --- a/www/opera/files/patch-install.sh +++ b/www/opera/files/patch-install.sh @@ -1,6 +1,6 @@ --- install.sh.orig Tue Jun 1 12:35:02 2004 +++ install.sh Tue Jun 1 19:40:04 2004 -@@ -760,9 +760,7 @@ +@@ -760,12 +760,10 @@ wrapper_opera_plugin_paths=" \"\${HOME}/.opera/plugins\" \\ ${str_localdirplugin} \\ @@ -10,7 +10,11 @@ + /usr/local/share/opera/plugins \\" 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_plugin_paths=" + /usr/local/Acrobat[45]/Browsers/intellinux \\ + /usr/lib/Acrobat[45]/Browsers/intellinux \\ @@ -817,15 +815,10 @@ ;; esac |