mirror of
https://git.freebsd.org/ports.git
synced 2025-06-21 04:30:37 -04:00
10 lines
227 B
Text
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" "$@"
|