[Bug 284242] www/webkit2-gtk: fails to build with GCC < 14
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 284242] www/webkit2-gtk: Fails to build"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 21 Jan 2025 16:18:34 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=284242 Charlie Li <vishwin@freebsd.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|www/webkit2-gtk: Fails to |www/webkit2-gtk: fails to |build |build with GCC < 14 --- Comment #3 from Charlie Li <vishwin@freebsd.org> --- (In reply to Ivan Rozhuk from comment #2) Because GCC 13 is the default ${GCC_DEFAULT}. While the easiest workaround is to specify USE_GCC=14, GCC trunk also works, but ${USE_GCC} from bsd.gcc.mk doesn't support something like USE_GCC=14+. Probably best to have this kind of logic in USES=compiler:c++23-lang, we'll see. -- You are receiving this mail because: You are the assignee for the bug.