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 (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 689F6158010 for ; Thu, 5 Jan 2023 07:48:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 88363E0825; Thu, 5 Jan 2023 07:48:00 +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 6AFD3E0809 for ; Thu, 5 Jan 2023 07:48:00 +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 5882D340F03 for ; Thu, 5 Jan 2023 07:47:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CB81A7FD for ; Thu, 5 Jan 2023 07:47:57 +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: <1672904728.326f6f0395169cf06fee8ab4cf70743ea93a4dc9.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/neXtaw/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-libs/neXtaw/neXtaw-0.15.1-r4.ebuild x11-libs/neXtaw/neXtaw-0.15.1-r5.ebuild X-VCS-Directories: x11-libs/neXtaw/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 326f6f0395169cf06fee8ab4cf70743ea93a4dc9 X-VCS-Branch: master Date: Thu, 5 Jan 2023 07:47:57 +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: 97390960-2f8d-47a6-9429-f462bf33e4d5 X-Archives-Hash: 65bc09a1e2ba59e432279f8b3a5c910d commit: 326f6f0395169cf06fee8ab4cf70743ea93a4dc9 Author: Sam James gentoo org> AuthorDate: Thu Jan 5 07:42:58 2023 +0000 Commit: Sam James gentoo org> CommitDate: Thu Jan 5 07:45:28 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=326f6f03 x11-libs/neXtaw: fix configure w/ clang 16 Closes: https://bugs.gentoo.org/879779 Signed-off-by: Sam James gentoo.org> .../{neXtaw-0.15.1-r4.ebuild => neXtaw-0.15.1-r5.ebuild} | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/x11-libs/neXtaw/neXtaw-0.15.1-r4.ebuild b/x11-libs/neXtaw/neXtaw-0.15.1-r5.ebuild similarity index 86% rename from x11-libs/neXtaw/neXtaw-0.15.1-r4.ebuild rename to x11-libs/neXtaw/neXtaw-0.15.1-r5.ebuild index b99ad9f930f5..581a5a855fc0 100644 --- a/x11-libs/neXtaw/neXtaw-0.15.1-r4.ebuild +++ b/x11-libs/neXtaw/neXtaw-0.15.1-r5.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -inherit flag-o-matic +inherit autotools flag-o-matic DESCRIPTION="Athena Widgets with N*XTSTEP appearance" HOMEPAGE="https://siag.nu/neXtaw/" @@ -33,6 +33,13 @@ PATCHES=( "${FILESDIR}"/${P}-clang16.patch ) +src_prepare() { + default + + # Clang 16, bug #879779 + eautoreconf +} + src_configure() { append-cflags -std=gnu89 # old codebase, incompatible with c2x append-cflags -fno-strict-aliasing #864535