We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b32980a commit 37f7b59Copy full SHA for 37f7b59
textproc/lttoolbox/Portfile
@@ -32,6 +32,11 @@ checksums rmd160 81acb8547ecebd9a1ca335ae4cd949bd76e8df8c \
32
sha256 7028dbbcda6c49467378d47784092ef8aba9a59d53e78102742d1edb7c5ff21b \
33
size 157342
34
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
+
40
cmake.set_cxx_standard yes
41
compiler.cxx_standard 2017
42
0 commit comments