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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 54AB81581FB for ; Sun, 24 Nov 2024 23:21:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8F9DDE08A6; Sun, 24 Nov 2024 23:21:41 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7BC55E08A6 for ; Sun, 24 Nov 2024 23:21:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B59DD342FF8 for ; Sun, 24 Nov 2024 23:21:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1892AD81 for ; Sun, 24 Nov 2024 23:21:39 +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: <1732490411.743cd76336b2c8d8602cfd14405097e21a321306.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/t1lib/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/t1lib/t1lib-5.1.2-r5.ebuild X-VCS-Directories: media-libs/t1lib/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 743cd76336b2c8d8602cfd14405097e21a321306 X-VCS-Branch: master Date: Sun, 24 Nov 2024 23:21:39 +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: afbf4b78-51d0-49b9-a4a0-feeba5cb6cc3 X-Archives-Hash: 681ed22bd70ec5c2b0fedbffc771f0b3 commit: 743cd76336b2c8d8602cfd14405097e21a321306 Author: Sam James gentoo org> AuthorDate: Sun Nov 24 23:20:11 2024 +0000 Commit: Sam James gentoo org> CommitDate: Sun Nov 24 23:20:11 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=743cd763 media-libs/t1lib: build w/ -std=gnu17 Nowhere to report upstream. Closes: https://bugs.gentoo.org/943882 Signed-off-by: Sam James gentoo.org> media-libs/t1lib/t1lib-5.1.2-r5.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/media-libs/t1lib/t1lib-5.1.2-r5.ebuild b/media-libs/t1lib/t1lib-5.1.2-r5.ebuild index 867cd9e5ab78..994e1de47827 100644 --- a/media-libs/t1lib/t1lib-5.1.2-r5.ebuild +++ b/media-libs/t1lib/t1lib-5.1.2-r5.ebuild @@ -50,6 +50,8 @@ src_prepare() { } src_configure() { + # bug #943882 + append-cflags -std=gnu17 # lto-type-mismatch filter-lto