commit:     f41f9c8327352444ec3df0b25d1a487ee6302af2
Author:     Haelwenn (lanodan) Monnier <contact <AT> hacktivis <DOT> me>
AuthorDate: Fri Apr 23 09:52:38 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Fri Apr 23 09:58:08 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f41f9c83

media-plugins/alsa-sndio: Fix description, fix CC

Closes: https://bugs.gentoo.org/785112
Signed-off-by: Haelwenn (lanodan) Monnier <contact <AT> hacktivis.me>

 media-plugins/alsa-sndio/alsa-sndio-0.2.ebuild | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/media-plugins/alsa-sndio/alsa-sndio-0.2.ebuild 
b/media-plugins/alsa-sndio/alsa-sndio-0.2.ebuild
index 23a00cde3..203199067 100644
--- a/media-plugins/alsa-sndio/alsa-sndio-0.2.ebuild
+++ b/media-plugins/alsa-sndio/alsa-sndio-0.2.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-DESCRIPTION="Sndio audio sink and source for GStreamer"
+DESCRIPTION="ALSA PCM to play audio on sndio servers"
 HOMEPAGE="https://github.com/Duncaen/alsa-sndio";
 SRC_URI="https://github.com/Duncaen/alsa-sndio/archive/${PV}.tar.gz -> 
${P}.tar.gz"
 LICENSE="ISC"
@@ -22,6 +22,10 @@ src_prepare() {
        sed -i "s;/lib/alsa-lib/;/$(get_libdir)/alsa-lib/;" Makefile || die 
"Failed changing libdir"
 }
 
+src_compile() {
+       emake CC="${CC:-gcc}"
+}
+
 src_install() {
        export PREFIX="/usr"
 

Reply via email to