Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 360815
Collapse All | Expand All

(-)file_not_specified_in_diff (-1 / +6 lines)
Line  Link Here
0
-- old/usr/bin/skype
0
++ new/usr/bin/skype
Lines 7-10 Link Here
7
		export LD_LIBRARY_PATH="/opt/skype"
7
		export LD_LIBRARY_PATH="/opt/skype"
8
	fi
8
	fi
9
fi
9
fi
10
if [[ -e /usr/lib32/libv4l/v4l1compat.so ]] ; then
11
    export LD_PRELOAD=/usr/lib32/libv4l/v4l1compat.so
12
else if [[ -e /usr/lib/libv4l/v4l1compat.so ]] ; then
13
    export LD_PRELOAD=/usr/lib/libv4l/v4l1compat.so
14
fi ; fi
10
exec ./skype "$@"
15
exec ./skype "$@"

Return to bug 360815