HomeFreeBSD

lang/gforth: mend another tricky issue discovered with GCC 14

Description

lang/gforth: mend another tricky issue discovered with GCC 14

When checking whether the linker accepts -export-dynamic flag,
the configure script tries to build, literally, the following
short program: ``main(){exit(0);}'', which is not well-formed
against the modern standards (missing return type and implicit
function declaration).

PR: 281238

Details

Provenance
danfeAuthored on Fri, Dec 13, 11:53 AM
Parents
R11:b606f6cd311e: www/{,py-}yt-dlp: update 2024.12.03 → 2024.12.13
Branches
Unknown
Tags
Unknown