Gentoo Archives: gentoo-commits

From: "Miroslav Šulc" <fordfrog@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/bristol/
Date: Sat, 03 Oct 2020 15:18:51
Message-Id: 1601738320.f3331c4337bf8dfc480f1bff322d2a723b6a312a.fordfrog@gentoo
1 commit: f3331c4337bf8dfc480f1bff322d2a723b6a312a
2 Author: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 3 15:18:24 2020 +0000
4 Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 3 15:18:40 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3331c43
7
8 media-sound/bristol: respect LDFLAGS
9
10 Closes: https://bugs.gentoo.org/727780
11 Package-Manager: Portage-3.0.8, Repoman-3.0.1
12 Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>
13
14 media-sound/bristol/bristol-0.60.11-r1.ebuild | 8 ++++++--
15 1 file changed, 6 insertions(+), 2 deletions(-)
16
17 diff --git a/media-sound/bristol/bristol-0.60.11-r1.ebuild b/media-sound/bristol/bristol-0.60.11-r1.ebuild
18 index 01ee6cb806e..14c3db1d710 100644
19 --- a/media-sound/bristol/bristol-0.60.11-r1.ebuild
20 +++ b/media-sound/bristol/bristol-0.60.11-r1.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2019 Gentoo Authors
23 +# Copyright 1999-2020 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=7
27 @@ -23,7 +23,7 @@ BDEPEND="
28 RDEPEND="
29 virtual/jack
30 x11-libs/libX11
31 - alsa? ( >=media-libs/alsa-lib-1.0.0 )
32 + alsa? ( media-libs/alsa-lib )
33 "
34 # osc? ( >=media-libs/liblo-0.22 )
35 DEPEND="${RDEPEND}
36 @@ -52,6 +52,10 @@ src_configure() {
37 $(use_enable static-libs static)
38 }
39
40 +src_compile() {
41 + emake LDFLAGS="${LDFLAGS}"
42 +}
43 +
44 src_install() {
45 default
46 find "${D}" -name '*.la' -delete || die