CVSROOT: /cvs Module name: ports Changes by: [email protected] 2026/08/27 04:29:38
Modified files:
shells/fish/v3 : Makefile
Added files:
shells/fish/v3/patches: patch-config_cmake_h_in
Log message:
fish/v3: fix build with libcxx22
libcxx22 uses [[__fallthrough__]] in a couple of headers, so redefining
__fallthrough__ to __attribute__((fallthrough)) yields a syntax error:
/usr/include/c++/v1/__functional/hash.h:70:24: error: expected expression
70 | [[__fallthrough__]];
| ^
Just don't do that...
