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}/ \
--- 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" "$@"