From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0A1B01382C5 for ; Fri, 26 Mar 2021 17:13:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 34B34E0839; Fri, 26 Mar 2021 17:13:08 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 179FEE0839 for ; Fri, 26 Mar 2021 17:13:08 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A902B340E24 for ; Fri, 26 Mar 2021 17:13:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D2EA45CE for ; Fri, 26 Mar 2021 17:13:04 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1616778763.24165fcf3b3d275950c05db60da87c7d06ca3233.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/mac/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/mac/mac-4.11.4.5.7-r1.ebuild X-VCS-Directories: media-sound/mac/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 24165fcf3b3d275950c05db60da87c7d06ca3233 X-VCS-Branch: master Date: Fri, 26 Mar 2021 17:13:04 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: df53a2e9-b148-4387-ab62-6a381c861dcf X-Archives-Hash: 4219d4790d3dd5a6f156477af820cfc5 commit: 24165fcf3b3d275950c05db60da87c7d06ca3233 Author: Sam James gentoo org> AuthorDate: Fri Mar 26 17:12:43 2021 +0000 Commit: Sam James gentoo org> CommitDate: Fri Mar 26 17:12:43 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24165fcf media-sound/mac: fix build with slibtool Thanks-to: orbea riseup.net> Closes: https://bugs.gentoo.org/778260 Signed-off-by: Sam James gentoo.org> media-sound/mac/mac-4.11.4.5.7-r1.ebuild | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/media-sound/mac/mac-4.11.4.5.7-r1.ebuild b/media-sound/mac/mac-4.11.4.5.7-r1.ebuild index 521c7ab667e..121c906229b 100644 --- a/media-sound/mac/mac-4.11.4.5.7-r1.ebuild +++ b/media-sound/mac/mac-4.11.4.5.7-r1.ebuild @@ -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) @@ -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() {