View | Details | Raw Unified | Return to bug 196001
Collapse All | Expand All

(-)www/opera/Makefile (-1 / +1 lines)
Lines 2-8 Link Here
2
2
3
PORTNAME=	opera
3
PORTNAME=	opera
4
PORTVERSION=	${OPERA_VER}
4
PORTVERSION=	${OPERA_VER}
5
PORTREVISION=	4
5
PORTREVISION=	5
6
CATEGORIES=	www ipv6
6
CATEGORIES=	www ipv6
7
MASTER_SITES=	ftp://ftp.opera.com/pub/opera/${MASTER_SITES_VER_PATH}/ \
7
MASTER_SITES=	ftp://ftp.opera.com/pub/opera/${MASTER_SITES_VER_PATH}/ \
8
		ftp://opera.inode.at/${MASTER_SITES_VER_PATH}/ \
8
		ftp://opera.inode.at/${MASTER_SITES_VER_PATH}/ \
(-)www/opera/files/patch-lib__opera__pluginwrapper__operapluginwrapper (+14 lines)
Line 0 Link Here
1
--- lib/opera/pluginwrapper/operapluginwrapper.orig	2013-07-03 10:38:07.000000000 +0300
2
+++ lib/opera/pluginwrapper/operapluginwrapper	2014-12-15 21:33:37.718348699 +0200
3
@@ -14,6 +14,11 @@
4
 	fi
5
 done
6
 
7
+if [ "${wrappertype}" != "native" ]; then
8
+	LD_LIBRARY_PATH=
9
+	export LD_LIBRARY_PATH
10
+fi
11
+
12
 wrapper="$0"-"${wrappertype}"
13
 
14
 exec ${OPERA_PLUGINWRAPPER_PREFIX} "$wrapper" "$@"

Return to bug 196001