commit: a03a9186f5b2d51c9686bcaa21a97a67fdf6be40 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sun Jun 15 23:32:44 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sun Jun 15 23:32:44 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a03a9186
media-sound/gtick: actually apply C23 patch As spotted by Alexander Tsoy at https://github.com/gentoo/gentoo/pull/42602#issuecomment-2973869822. Fixes: 9fb1c782ddb3d63a69971a26c856cde3f0ba83a7 Signed-off-by: Sam James <sam <AT> gentoo.org> media-sound/gtick/gtick-0.5.5-r1.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/media-sound/gtick/gtick-0.5.5-r1.ebuild b/media-sound/gtick/gtick-0.5.5-r1.ebuild index 5ed0fdd6a79c..e7dfcba28c1b 100644 --- a/media-sound/gtick/gtick-0.5.5-r1.ebuild +++ b/media-sound/gtick/gtick-0.5.5-r1.ebuild @@ -26,6 +26,7 @@ PATCHES=( "${FILESDIR}"/${PN}-0.5.5-desktop.patch "${FILESDIR}"/${PN}-0.5.5-autotools.patch "${FILESDIR}"/${PN}-0.5.5-no-dmalloc-tests.patch + "${FILESDIR}"/${PN}-0.5.5-c23.patch ) src_prepare() { @@ -38,8 +39,6 @@ src_prepare() { } src_configure() { - #append-cflags -std=gnu17 - local myeconfargs=( $(use_enable nls) $(use_with sndfile)
