CVSROOT: /cvs Module name: ports Changes by: [email protected] 2020/09/08 11:46:58
Modified files:
www/kore : Makefile
Added files:
www/kore/patches: patch-src_json_c
Log message:
www/kore: fix sparc64 build
As found by kmos, -Werror breaks the sparc64 build due to an unneeded
comparison of the u_int8_t ch against 0.
Fix upstreamed & ok fcambus
