diff options
-rw-r--r-- | www/opera/Makefile | 2 | ||||
-rw-r--r-- | www/opera/files/patch-lib_opera_pluginwrapper_operapluginwrapper | 10 |
2 files changed, 11 insertions, 1 deletions
diff --git a/www/opera/Makefile b/www/opera/Makefile index 53ff4ccdcd9c..0127609b1f3c 100644 --- a/www/opera/Makefile +++ b/www/opera/Makefile @@ -2,7 +2,7 @@ PORTNAME= opera PORTVERSION= ${OPERA_VER} -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= www ipv6 MASTER_SITES= ftp://ftp.opera.com/pub/opera/${MASTER_SITES_VER_PATH}/ \ ftp://opera.inode.at/${MASTER_SITES_VER_PATH}/ \ diff --git a/www/opera/files/patch-lib_opera_pluginwrapper_operapluginwrapper b/www/opera/files/patch-lib_opera_pluginwrapper_operapluginwrapper new file mode 100644 index 000000000000..772c5e4e15bf --- /dev/null +++ b/www/opera/files/patch-lib_opera_pluginwrapper_operapluginwrapper @@ -0,0 +1,10 @@ +Index: lib/opera/pluginwrapper/operapluginwrapper +@@ -14,6 +14,8 @@ + fi + done + ++[ "${wrappertype}" != "native" ] && unset LD_LIBRARY_PATH ++ + wrapper="$0"-"${wrappertype}" + + exec ${OPERA_PLUGINWRAPPER_PREFIX} "$wrapper" "$@" |