diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2004-07-16 20:16:15 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2004-07-16 20:16:15 +0000 |
commit | d9ee838c68cc18fc4538c12be05ecc3e1f996480 (patch) | |
tree | bdc390735fd8d1194fd240463dbf4bef84b7073c /www/opera | |
parent | 842203bde1c2a2a0e1af2e1cd9d970090cffe2b0 (diff) |
Notes
Diffstat (limited to 'www/opera')
-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 |