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 A034713835B for ; Wed, 26 May 2021 13:03:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 88F0CE1458; Wed, 26 May 2021 13:03:25 +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 6EF84E1458 for ; Wed, 26 May 2021 13:03:25 +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 01DC9340E6A for ; Wed, 26 May 2021 13:03:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 28643797 for ; Wed, 26 May 2021 13:03:22 +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: <1622033863.cd6eddbe2449e844783bc615ad4947ab4466b882.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/sdl-image/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/sdl-image/sdl-image-1.2.12_p20210314.ebuild X-VCS-Directories: media-libs/sdl-image/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: cd6eddbe2449e844783bc615ad4947ab4466b882 X-VCS-Branch: master Date: Wed, 26 May 2021 13:03:22 +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: a1bffdd3-6dab-42e6-bf35-3e6ce9a2fb30 X-Archives-Hash: 2a3d4bd4976561e4834d47fb577c3b1c commit: cd6eddbe2449e844783bc615ad4947ab4466b882 Author: orbea riseup net> AuthorDate: Mon May 24 13:13:52 2021 +0000 Commit: Sam James gentoo org> CommitDate: Wed May 26 12:57:43 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd6eddbe media-libs/sdl-image: Fix for multilib + slibtool Closes: https://bugs.gentoo.org/791679 Signed-off-by: Sam James gentoo.org> media-libs/sdl-image/sdl-image-1.2.12_p20210314.ebuild | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/media-libs/sdl-image/sdl-image-1.2.12_p20210314.ebuild b/media-libs/sdl-image/sdl-image-1.2.12_p20210314.ebuild index 4095a856d53..83c79c15a76 100644 --- a/media-libs/sdl-image/sdl-image-1.2.12_p20210314.ebuild +++ b/media-libs/sdl-image/sdl-image-1.2.12_p20210314.ebuild @@ -48,6 +48,10 @@ multilib_src_configure() { --enable-xv } +multilib_src_compile() { + emake OBJC="$(tc-getCC)" +} + multilib_src_install() { emake DESTDIR="${D}" install dobin .libs/showimage