aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorak <ak@FreeBSD.org>2014-12-23 20:23:01 +0800
committerak <ak@FreeBSD.org>2014-12-23 20:23:01 +0800
commit0c9bb72226b5c1f7980ee6c2a4b55483e8626e2f (patch)
treee420180ad23016d6852888307a8a762cb0fac290 /www
parent9adb8aaf9e0d9b93f86e12e1bb13cac6e111526b (diff)
downloadfreebsd-ports-gnome-0c9bb72226b5c1f7980ee6c2a4b55483e8626e2f.tar.gz
freebsd-ports-gnome-0c9bb72226b5c1f7980ee6c2a4b55483e8626e2f.tar.zst
freebsd-ports-gnome-0c9bb72226b5c1f7980ee6c2a4b55483e8626e2f.zip
- Fix issue with linux opera plugins
Submitted by: Andriy Voskoboinyk <s3erios@gmail.com> PR: 196001
Diffstat (limited to 'www')
-rw-r--r--www/opera/Makefile2
-rw-r--r--www/opera/files/patch-lib_opera_pluginwrapper_operapluginwrapper10
2 files changed, 11 insertions, 1 deletions
diff --git a/www/opera/Makefile b/www/opera/Makefile
index 53ff4ccdcd9c..0127609b1f3c 100644
--- a/www/opera/Makefile
+++ b/www/opera/Makefile
@@ -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}/ \
diff --git a/www/opera/files/patch-lib_opera_pluginwrapper_operapluginwrapper b/www/opera/files/patch-lib_opera_pluginwrapper_operapluginwrapper
new file mode 100644
index 000000000000..772c5e4e15bf
--- /dev/null
+++ b/www/opera/files/patch-lib_opera_pluginwrapper_operapluginwrapper
@@ -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" "$@"