diff options
author | 2022-11-23 03:29:38 +0000 | |
---|---|---|
committer | 2022-11-23 03:29:38 +0000 | |
commit | 265a9a1fd14588b70e669e1ee5407d766618a321 (patch) | |
tree | 1b3767f32f7a79b53899ab638654aebc465f3f52 /media-libs/libvorbis/files | |
parent | media-libs/libogg: EAPI 8, fix -Wstrict-prototypes in configure (diff) | |
download | gentoo-265a9a1fd14588b70e669e1ee5407d766618a321.tar.gz gentoo-265a9a1fd14588b70e669e1ee5407d766618a321.tar.bz2 gentoo-265a9a1fd14588b70e669e1ee5407d766618a321.zip |
media-libs/libvorbis: EAPI 8, fix -Wstrict-prototypes in configure
We may well have people proactively trying to use it and it's cheap to fix & build.
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-libs/libvorbis/files')
-rw-r--r-- | media-libs/libvorbis/files/libvorbis-1.3.7-macro-wstrict-prototypes.patch | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/media-libs/libvorbis/files/libvorbis-1.3.7-macro-wstrict-prototypes.patch b/media-libs/libvorbis/files/libvorbis-1.3.7-macro-wstrict-prototypes.patch new file mode 100644 index 000000000000..24e163d5adf8 --- /dev/null +++ b/media-libs/libvorbis/files/libvorbis-1.3.7-macro-wstrict-prototypes.patch @@ -0,0 +1,20 @@ +https://gitlab.xiph.org/xiph/vorbis/-/merge_requests/25 + +From 63132c52ee4694171f663ecf536ab1236b6c46ba Mon Sep 17 00:00:00 2001 +From: Sam James <sam@gentoo.org> +Date: Wed, 23 Nov 2022 03:27:44 +0000 +Subject: [PATCH] vorbis.m4: fix -Wstrict-prototypes + +Signed-off-by: Sam James <sam@gentoo.org> +--- a/vorbis.m4 ++++ b/vorbis.m4 +@@ -67,7 +67,7 @@ dnl + #include <vorbis/codec.h> + #include <vorbis/vorbisenc.h> + +-int main () ++int main (void) + { + vorbis_block vb; + vorbis_dsp_state vd; +GitLab |