--- www/opera/Makefile (revision 374758) +++ www/opera/Makefile (working copy) @@ -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}/ \ --- www/opera/files/patch-lib__opera__pluginwrapper__operapluginwrapper (revision 0) +++ www/opera/files/patch-lib__opera__pluginwrapper__operapluginwrapper (working copy) @@ -0,0 +1,14 @@ +--- lib/opera/pluginwrapper/operapluginwrapper.orig 2013-07-03 10:38:07.000000000 +0300 ++++ lib/opera/pluginwrapper/operapluginwrapper 2014-12-15 21:33:37.718348699 +0200 +@@ -14,6 +14,11 @@ + fi + done + ++if [ "${wrappertype}" != "native" ]; then ++ LD_LIBRARY_PATH= ++ export LD_LIBRARY_PATH ++fi ++ + wrapper="$0"-"${wrappertype}" + + exec ${OPERA_PLUGINWRAPPER_PREFIX} "$wrapper" "$@"