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@gentoo.org>
This commit is contained in:
Sam James 2025-06-16 00:32:44 +01:00
parent 1b128fea54
commit a03a9186f5
No known key found for this signature in database
GPG Key ID: 738409F520DF9190

View File

@ -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)