summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/rangehttpserver
diff options
context:
space:
mode:
authorSergei Trofimovich <slyich@gmail.com>2025-03-18 21:03:50 +0000
committerSergei Trofimovich <slyich@gmail.com>2025-03-18 21:03:50 +0000
commitf768c2db63b80d9f208bb5cc03a11342b4365c59 (patch)
tree832c3fcda2f25d066161658a37c0be159e0b3a17 /pkgs/development/python-modules/rangehttpserver
parent027a3d340139ed75832a81f2b95a3e2fe63c6302 (diff)
naev: fix the build after luajit update
On `staging-next` `naev` fails the build as: ../src/lutf8lib.c: In function 'Lutf8_codepoint': ../src/lutf8lib.c:421:22: error: 'INT_MAX' undeclared (first use in this function) 421 | if (pose - posi >= INT_MAX) /* (lua_Integer -> int) overflow? */ | ^~~~~~~ It started after commit a69699eff "luajit_2_1: 2.1.1713773202 -> 2.1.1741730670" which exposed missing include. It's already fixed upstream, but the change is a bit invasive. Let's settle on header injection.
Diffstat (limited to 'pkgs/development/python-modules/rangehttpserver')
0 files changed, 0 insertions, 0 deletions