From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/delay/files/, app-misc/delay/
Date: Thu, 24 Nov 2022 09:50:54 +0000 (UTC) [thread overview]
Message-ID: <1669280687.19c56f45a25af6da76133b2e27beb40fd5ad78df.sam@gentoo> (raw)
commit: 19c56f45a25af6da76133b2e27beb40fd5ad78df
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 24 08:50:39 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Nov 24 09:04:47 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19c56f45
app-misc/delay: fix build w/ clang 16
Closes: https://bugs.gentoo.org/881319
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-misc/delay/delay-1.6-r3.ebuild | 1 +
app-misc/delay/files/delay-1.6-clang16.patch | 12 ++++++++++++
2 files changed, 13 insertions(+)
diff --git a/app-misc/delay/delay-1.6-r3.ebuild b/app-misc/delay/delay-1.6-r3.ebuild
index 403d03af2144..6f8a2efbcd8f 100644
--- a/app-misc/delay/delay-1.6-r3.ebuild
+++ b/app-misc/delay/delay-1.6-r3.ebuild
@@ -20,6 +20,7 @@ BDEPEND="virtual/pkgconfig"
PATCHES=(
"${FILESDIR}"/${P}-headers.patch
"${FILESDIR}"/${P}-tinfo.patch
+ "${FILESDIR}"/${P}-clang16.patch
)
src_prepare() {
diff --git a/app-misc/delay/files/delay-1.6-clang16.patch b/app-misc/delay/files/delay-1.6-clang16.patch
new file mode 100644
index 000000000000..5deec4ea5194
--- /dev/null
+++ b/app-misc/delay/files/delay-1.6-clang16.patch
@@ -0,0 +1,12 @@
+--- a/parsetimey.y
++++ b/parsetimey.y
+@@ -7,6 +7,9 @@
+
+ #define YYDEBUG 1
+
++int yyerror(char *s);
++int yylex(void);
++
+ time_t currtime;
+ struct tm exectm;
+ static int isgmt;
next reply other threads:[~2022-11-24 9:50 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-11-24 9:50 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2022-11-25 11:53 [gentoo-commits] repo/gentoo:master commit in: app-misc/delay/files/, app-misc/delay/ Ionen Wolkens
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1669280687.19c56f45a25af6da76133b2e27beb40fd5ad78df.sam@gentoo \
--to=sam@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox