diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2016-08-27 18:00:40 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2016-08-27 18:00:40 +0100 |
commit | f870df2ea4d29117f5ad843fd0e67305127e95ca (patch) | |
tree | f6ca3baf50b1088bc7cce00ae15f8961d4fd09c9 /media-libs/slv2/slv2-0.6.6-r1.ebuild | |
parent | app-emulation/fuse: workaround underlinking against libm, bug #370265 (diff) | |
download | gentoo-f870df2ea4d29117f5ad843fd0e67305127e95ca.tar.gz gentoo-f870df2ea4d29117f5ad843fd0e67305127e95ca.tar.bz2 gentoo-f870df2ea4d29117f5ad843fd0e67305127e95ca.zip |
media-libs/slv2: fix libdl and libraptor2 underlinking, bug #371747
Thanks ftrvxmtrx for the fix!
Reported-by: Diego Elio Pettenò
Bug: https://bugs.gentoo.org/371747
Package-Manager: portage-2.3.0
Diffstat (limited to 'media-libs/slv2/slv2-0.6.6-r1.ebuild')
-rw-r--r-- | media-libs/slv2/slv2-0.6.6-r1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/media-libs/slv2/slv2-0.6.6-r1.ebuild b/media-libs/slv2/slv2-0.6.6-r1.ebuild index 97cf5d40cd6c..183cc6653a1a 100644 --- a/media-libs/slv2/slv2-0.6.6-r1.ebuild +++ b/media-libs/slv2/slv2-0.6.6-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -27,6 +27,7 @@ DEPEND="${RDEPEND} src_prepare() { epatch "${FILESDIR}"/ldconfig.patch + epatch "${FILESDIR}"/${P}-raptor2-link.patch } src_configure() { |