Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add missing includes to configure script #658

Merged
merged 1 commit into from
Jul 23, 2024

Conversation

matoro
Copy link

@matoro matoro commented May 9, 2024

This is needed for gcc 14 and clang 16 as they both make implicit function definitions a hard error. In a configure script, this means these tests will switch from passing to failing, which likely means features will get unintentionally flipped as configure now thinks you don't have support.

See: https://wiki.gentoo.org/wiki/Modern_C_porting
See: https://bugs.gentoo.org/931607

This is needed for gcc 14 and clang 16 as they both make implicit
function definitions a hard error.  In a configure script, this means
these tests will switch from passing to failing, which likely means
features will get unintentionally flipped as configure now thinks you
don't have support.

See: https://wiki.gentoo.org/wiki/Modern_C_porting
See: https://bugs.gentoo.org/931607
matoro added a commit to matoro/gentoo that referenced this pull request May 17, 2024
Touching just configure.ac is fine as we call eautoreconf in ebuild.

See: SDL-Hercules-390/hyperion#658
Closes: https://bugs.gentoo.org/931607
Closes: https://bugs.gentoo.org/931610
Signed-off-by: Matoro Mahri <[email protected]>
gentoo-bot pushed a commit to gentoo/gentoo that referenced this pull request Jun 6, 2024
Touching just configure.ac is fine as we call eautoreconf in ebuild.

See: SDL-Hercules-390/hyperion#658
Closes: https://bugs.gentoo.org/931607
Closes: https://bugs.gentoo.org/931610
Signed-off-by: Matoro Mahri <[email protected]>
Closes: #36724
Signed-off-by: Mike Gilbert <[email protected]>
@Fish-Git Fish-Git merged commit 62cbbfc into SDL-Hercules-390:develop Jul 23, 2024
@Fish-Git
Copy link
Member

Merged.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants