diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2022-11-25 06:48:15 -0500 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2022-11-25 06:52:45 -0500 |
commit | 6c7fb619c8661e72230fe3669d6e238288132430 (patch) | |
tree | 8a8ebbda3ef1b8bc1b0723cf97dba72d6be72780 /app-misc/delay | |
parent | media-libs/tiff: Stabilize 4.4.0-r1 hppa, #882877 (diff) | |
download | gentoo-6c7fb619c8661e72230fe3669d6e238288132430.tar.gz gentoo-6c7fb619c8661e72230fe3669d6e238288132430.tar.bz2 gentoo-6c7fb619c8661e72230fe3669d6e238288132430.zip |
app-misc/delay: remove broken clang16 patch for now
It breaks e.g. `delay until now + 5 minutes` with segfault.
Need to figure out the proper fix to get the right declaration
that YYLEX macro will use (seems yylex can get arguments?).
Haven't looked at it more, hardly know yacc/lex.
Bug: https://bugs.gentoo.org/881319
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'app-misc/delay')
-rw-r--r-- | app-misc/delay/delay-1.6-r5.ebuild (renamed from app-misc/delay/delay-1.6-r4.ebuild) | 1 | ||||
-rw-r--r-- | app-misc/delay/files/delay-1.6-clang16.patch | 12 |
2 files changed, 0 insertions, 13 deletions
diff --git a/app-misc/delay/delay-1.6-r4.ebuild b/app-misc/delay/delay-1.6-r5.ebuild index 6f8a2efbcd8f..403d03af2144 100644 --- a/app-misc/delay/delay-1.6-r4.ebuild +++ b/app-misc/delay/delay-1.6-r5.ebuild @@ -20,7 +20,6 @@ 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 deleted file mode 100644 index 5deec4ea5194..000000000000 --- a/app-misc/delay/files/delay-1.6-clang16.patch +++ /dev/null @@ -1,12 +0,0 @@ ---- 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; |