commit:     f3331c4337bf8dfc480f1bff322d2a723b6a312a
Author:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
AuthorDate: Sat Oct  3 15:18:24 2020 +0000
Commit:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Sat Oct  3 15:18:40 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3331c43

media-sound/bristol: respect LDFLAGS

Closes: https://bugs.gentoo.org/727780
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>

 media-sound/bristol/bristol-0.60.11-r1.ebuild | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/media-sound/bristol/bristol-0.60.11-r1.ebuild 
b/media-sound/bristol/bristol-0.60.11-r1.ebuild
index 01ee6cb806e..14c3db1d710 100644
--- a/media-sound/bristol/bristol-0.60.11-r1.ebuild
+++ b/media-sound/bristol/bristol-0.60.11-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -23,7 +23,7 @@ BDEPEND="
 RDEPEND="
        virtual/jack
        x11-libs/libX11
-       alsa? ( >=media-libs/alsa-lib-1.0.0 )
+       alsa? ( media-libs/alsa-lib )
 "
 # osc? ( >=media-libs/liblo-0.22 )
 DEPEND="${RDEPEND}
@@ -52,6 +52,10 @@ src_configure() {
                $(use_enable static-libs static)
 }
 
+src_compile() {
+       emake LDFLAGS="${LDFLAGS}"
+}
+
 src_install() {
        default
        find "${D}" -name '*.la' -delete || die

Reply via email to