- Fix issue with linux opera plugins
Submitted by: Andriy Voskoboinyk <s3erios@gmail.com> PR: 196001
This commit is contained in:
@@ -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}/ \
|
||||
|
||||
@@ -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" "$@"
|
||||
Reference in New Issue
Block a user