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 656661382C5 for ; Fri, 12 Jun 2020 07:33:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A5E05E096A; Fri, 12 Jun 2020 07:33:51 +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 865EDE096A for ; Fri, 12 Jun 2020 07:33:51 +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 8B5D734F187 for ; Fri, 12 Jun 2020 07:33:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6F003242 for ; Fri, 12 Jun 2020 07:33:47 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1591947217.6184aefb47306f9122ca38631de89815d0d069ea.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/giflib/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/giflib/giflib-5.2.1-r1.ebuild X-VCS-Directories: media-libs/giflib/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 6184aefb47306f9122ca38631de89815d0d069ea X-VCS-Branch: master Date: Fri, 12 Jun 2020 07:33:47 +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: c5ce2685-1461-474e-b64c-41e8af07ad2b X-Archives-Hash: e942baab588d85d5bef0470e9a3235c1 commit: 6184aefb47306f9122ca38631de89815d0d069ea Author: Sergei Trofimovich gentoo org> AuthorDate: Fri Jun 12 07:33:37 2020 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Fri Jun 12 07:33:37 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6184aefb media-libs/giflib: respect user's AR Reported-by: Agostino Sarubbo Closes: https://bugs.gentoo.org/718132 Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Sergei Trofimovich gentoo.org> media-libs/giflib/giflib-5.2.1-r1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/media-libs/giflib/giflib-5.2.1-r1.ebuild b/media-libs/giflib/giflib-5.2.1-r1.ebuild index 4a0ee5d1bfe..7a6bc4d1161 100644 --- a/media-libs/giflib/giflib-5.2.1-r1.ebuild +++ b/media-libs/giflib/giflib-5.2.1-r1.ebuild @@ -35,6 +35,7 @@ multilib_src_compile() { fi emake \ + AR="$(tc-getAR)" \ CC="$(tc-getCC)" \ CFLAGS="${CFLAGS} -std=gnu99 -fPIC -Wno-format-truncation" \ LDFLAGS="${LDFLAGS}" \