CVSROOT: /cvs Module name: ports Changes by: [email protected] 2022/07/21 11:33:51
Modified files:
devel/json-c : Makefile
Added files:
devel/json-c/patches: patch-json_object_c
Log message:
json-c uses the attribute 'cold' in one place for optimization.
ports-gcc doesn't know it so warns. So we need to disable using
-Werror in order to fix the build on sparc64
ok jca@
