CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2025/03/14 14:40:19
Modified files:
cad/kicad/patches: patch-api_proto_common_types_base_types_proto
Added files:
cad/kicad/patches: patch-common_api_api_handler_common_cpp
Log message:
Fix kicad build
Probably due to a forgotten patch. If we rename some fields in a .proto
file, we should also rename functions calls setting those fields. While
here make changes to upstream minimal: we only need to rename the major
and minor fields of KiCadVersion, for they conflict with the
major()/minor() defines in sys/types.h.
ok sthen@ tb@