Skip to content

Commit

Permalink
media-sound/mac: fix build with slibtool
Browse files Browse the repository at this point in the history
Thanks-to: orbea <[email protected]>
Closes: https://bugs.gentoo.org/778260
Signed-off-by: Sam James <[email protected]>
  • Loading branch information
thesamesam committed Mar 26, 2021
1 parent ecd5a47 commit 24165fc
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions media-sound/mac/mac-4.11.4.5.7-r1.ebuild
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Copyright 1999-2020 Gentoo Authors
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

inherit flag-o-matic
inherit autotools flag-o-matic

MY_PN=monkeys-audio
MY_PV=$(ver_cut 1-2)-u$(ver_cut 3)-b$(ver_cut 4)-s$(ver_cut 5)
Expand Down Expand Up @@ -39,7 +39,11 @@ RESTRICT="mirror"
src_prepare() {
default

sed -i -e 's:-O3::' configure || die
sed -i -e 's:-O3::' configure{,.in} || die

# bug #778260
sed -i 's/tag=ASM/tag=NASM/' src/MACLib/Assembly/Makefile.am || die
eautoreconf
}

src_configure() {
Expand Down

0 comments on commit 24165fc

Please sign in to comment.