mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-05 14:07:27 -08:00
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:
parent
1b128fea54
commit
a03a9186f5
@ -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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user