Skip to content

Commit 37f7b59

Browse files
authored
lttoolbox: Document workaround for C++ downgrade
1 parent b32980a commit 37f7b59

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

textproc/lttoolbox/Portfile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,11 @@ checksums rmd160 81acb8547ecebd9a1ca335ae4cd949bd76e8df8c \
3232
sha256 7028dbbcda6c49467378d47784092ef8aba9a59d53e78102742d1edb7c5ff21b \
3333
size 157342
3434

35+
# 2025 Nov 29: lttoolbox version 3.8.2:
36+
# Fails on macos 26 CI when -std=c++23 is enabled.
37+
# Explicitly downgrade the C++ standard until upstream is fixed.
38+
# https://github.com/apertium/lttoolbox/issues/206
39+
3540
cmake.set_cxx_standard yes
3641
compiler.cxx_standard 2017
3742

0 commit comments

Comments
 (0)