media-libs/xvid: build w/ -std=gnu17

Closes: https://bugs.gentoo.org/943748
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2024-12-09 05:08:56 +00:00
parent bde7956f7d
commit b105f4fb01

View File

@@ -49,6 +49,9 @@ src_prepare() {
multilib_src_configure() {
use sparc && append-cflags -mno-vis #357149
# bug #943748
append-cflags -std=gnu17
local myconf=(
--enable-pthread
# On x86, only available for mmx+sse2 and non-PIC.