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 0D51A13835A for ; Tue, 18 May 2021 17:16:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 24829E041F; Tue, 18 May 2021 17:16:27 +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 E8921E041F for ; Tue, 18 May 2021 17:16:26 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 9E7BE335D5F for ; Tue, 18 May 2021 17:16:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5B0B4737 for ; Tue, 18 May 2021 17:16:24 +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: <1621358170.71f83406f4f917153d37525c872a59931291706e.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/sdl2-image/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/sdl2-image/sdl2-image-2.0.5_p20210328.ebuild X-VCS-Directories: media-libs/sdl2-image/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 71f83406f4f917153d37525c872a59931291706e X-VCS-Branch: master Date: Tue, 18 May 2021 17:16:24 +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: b3bc986f-b361-4c2e-82c8-ead064d4e6cc X-Archives-Hash: c14ba205141034836920d9ed16515f21 commit: 71f83406f4f917153d37525c872a59931291706e Author: orbea riseup net> AuthorDate: Mon May 17 01:29:19 2021 +0000 Commit: Sam James gentoo org> CommitDate: Tue May 18 17:16:10 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71f83406 media-libs/sdl2-image: Fix for multilib + slibtool Closes: https://bugs.gentoo.org/790614 Signed-off-by: orbea riseup.net> Signed-off-by: Sam James gentoo.org> media-libs/sdl2-image/sdl2-image-2.0.5_p20210328.ebuild | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/media-libs/sdl2-image/sdl2-image-2.0.5_p20210328.ebuild b/media-libs/sdl2-image/sdl2-image-2.0.5_p20210328.ebuild index e7b9714664a..c0a291b550e 100644 --- a/media-libs/sdl2-image/sdl2-image-2.0.5_p20210328.ebuild +++ b/media-libs/sdl2-image/sdl2-image-2.0.5_p20210328.ebuild @@ -51,6 +51,10 @@ multilib_src_configure() { ECONF_SOURCE="${S}" econf "${myeconfargs[@]}" } +multilib_src_compile() { + emake OBJC="$(tc-getCC)" +} + multilib_src_install() { emake DESTDIR="${D}" install multilib_is_native_abi && newbin .libs/showimage$(get_exeext) showimage2$(get_exeext)