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 610A5158013 for ; Sun, 17 Nov 2024 13:59:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5BE82E0E91; Sun, 17 Nov 2024 13:59:18 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 pigeon.gentoo.org (Postfix) with ESMTPS id 3ECA4E0E8D for ; Sun, 17 Nov 2024 13:59:18 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 540BF342FF2 for ; Sun, 17 Nov 2024 13:59:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E9234D81 for ; Sun, 17 Nov 2024 13:59:15 +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: <1731851915.0208a52ad156453ad7f3798ac2f6355010fed92c.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/gpm/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-libs/gpm/gpm-1.20.7-r6.ebuild X-VCS-Directories: sys-libs/gpm/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 0208a52ad156453ad7f3798ac2f6355010fed92c X-VCS-Branch: master Date: Sun, 17 Nov 2024 13:59:15 +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: eedb1cc2-2784-4044-8439-5407b4e00d94 X-Archives-Hash: 9265159b8ad80e19e4da4228789fb7e9 commit: 0208a52ad156453ad7f3798ac2f6355010fed92c Author: Sam James gentoo org> AuthorDate: Sun Nov 17 13:32:07 2024 +0000 Commit: Sam James gentoo org> CommitDate: Sun Nov 17 13:58:35 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0208a52a sys-libs/gpm: build with -std=gnu17 Bug: https://github.com/telmich/gpm/issues/48 Signed-off-by: Sam James gentoo.org> sys-libs/gpm/gpm-1.20.7-r6.ebuild | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sys-libs/gpm/gpm-1.20.7-r6.ebuild b/sys-libs/gpm/gpm-1.20.7-r6.ebuild index 3b196a4aa510..5c3ed388e5d4 100644 --- a/sys-libs/gpm/gpm-1.20.7-r6.ebuild +++ b/sys-libs/gpm/gpm-1.20.7-r6.ebuild @@ -72,6 +72,9 @@ src_prepare() { } multilib_src_configure() { + # https://github.com/telmich/gpm/issues/48 + append-cflags -std=gnu17 + # bug #885323 # src/headers/daemon.h:175:25: error: type of ‘cinfo’ does not match original declaration [-Werror=lto-type-mismatch] filter-lto