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 3E5D2158020 for ; Thu, 13 Oct 2022 12:17:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 658F7E0855; Thu, 13 Oct 2022 12:17:16 +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 4893EE0855 for ; Thu, 13 Oct 2022 12:17:16 +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 3FA7F34126A for ; Thu, 13 Oct 2022 12:17:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 78F4C5F1 for ; Thu, 13 Oct 2022 12:17:13 +0000 (UTC) From: "Ionen Wolkens" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ionen Wolkens" Message-ID: <1665663394.51d79df1c2c83c652ae5da230c51c149e38d4ec1.ionen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/neXtaw/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-libs/neXtaw/files/neXtaw-0.15.1-clang16.patch X-VCS-Directories: x11-libs/neXtaw/files/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: 51d79df1c2c83c652ae5da230c51c149e38d4ec1 X-VCS-Branch: master Date: Thu, 13 Oct 2022 12:17:13 +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: 25ba36a1-b972-468e-a2b6-84c2ff18cc6c X-Archives-Hash: 69abff0377467d34d61e1292fbf00b5d commit: 51d79df1c2c83c652ae5da230c51c149e38d4ec1 Author: Ionen Wolkens gentoo org> AuthorDate: Thu Oct 13 12:13:18 2022 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Thu Oct 13 12:16:34 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51d79df1 x11-libs/neXtaw: fix clang16 patch for non-bison yacc Looking at bison mailing lists when don't know yacc is a bad influence. Fixes: bd7aa280e36e37620e378c70aed1f0c04c80969e Closes: https://bugs.gentoo.org/876975 Signed-off-by: Ionen Wolkens gentoo.org> x11-libs/neXtaw/files/neXtaw-0.15.1-clang16.patch | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/x11-libs/neXtaw/files/neXtaw-0.15.1-clang16.patch b/x11-libs/neXtaw/files/neXtaw-0.15.1-clang16.patch index a1f5bf27922c..47b27d7442ae 100644 --- a/x11-libs/neXtaw/files/neXtaw-0.15.1-clang16.patch +++ b/x11-libs/neXtaw/files/neXtaw-0.15.1-clang16.patch @@ -7,14 +7,12 @@ https://bugs.gentoo.org/871489 #include --- a/X11/neXtaw/laygram.y +++ b/X11/neXtaw/laygram.y -@@ -16,2 +16,7 @@ +@@ -253,2 +253,5 @@ -+%code provides { -+ void yyerror(char *s); -+ int yylex(void); -+} ++void yyerror(char *s); ++int yylex(void); + - %union { + int yywrap () --- a/X11/neXtaw/laylex.l +++ b/X11/neXtaw/laylex.l @@ -88,2 +88,3 @@