CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2026/06/04 00:38:34
Modified files:
devel/autogen : Makefile
devel/autogen/patches: patch-agen5_test_error_test
Added files:
devel/autogen/patches: patch-config_ag_macros_m4
Log message:
autogen: unbreak build with llvm22, ok jca
The {,sig}setjmp() detection was broken. They want a sigjmp_buf, not a
sigjmp_buf *, so change from &bf to bf twice to avoid a configure time
error due to a -Wincompatible-pointer-types error.
As naddy points out, this port could be only one decade outdated rather
than almost two. I may deal with this when I find myself very bored.