ports/www/opera/files/patch-lib_opera_pluginwrapper_operapluginwrapper
Alex Kozlov 5a77afa701 - Fix issue with linux opera plugins
Submitted by:	Andriy Voskoboinyk <s3erios@gmail.com>
PR:	196001
2014-12-23 12:23:01 +00:00

10 lines
227 B
Text

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" "$@"