K 10 svn:author V 6 gerald K 8 svn:date V 27 2020-03-29T09:22:41.806913Z K 7 svn:log V 585 According to pkg-fallout 11.3-RELEASE-p7 runs into problems building dlls/dbghelp/module.c after upstream changes in the last two weeks due to a specific combination of macros related to ELF being (not) defined: module.c: In function 'image_locate_build_id_target': module.c:643:32: error: 'NT_GNU_BUILD_ID' undeclared (first use in this function) 643 | if (note[2] == NT_GNU_BUILD_ID) | ^~~~~~~~~~~~~~~ Add a patch that I created and provided upstream where it was tentatively ack-ed already. Reported by: pkg-fallout END