CVSROOT: /cvs Module name: ports Changes by: [email protected] 2023/12/27 09:30:43
Modified files:
games/godot4 : Makefile
games/godot4/patches:
patch-thirdparty_oidn_mkl-dnn_src_cpu_simple_reorder_hpp
Log message:
games/godot4: unbreak build with newer cxx stack
ctype.h defines the brilliantly short names _U, _L, ..., _B and some
component even more brilliantly uses _B for something else. So include
ctype.h early on and #undef _B.
ok op
