Eclipse now needs C11-capable compiler:
[exec] /usr/local/include/webkitgtk-4.0/jsc/JSCClass.h:37: error: redefinition of typedef 'JSCClass' [exec] /usr/local/include/webkitgtk-4.0/jsc/JSCValue.h:43: error: previous declaration of 'JSCClass' was here [exec] /usr/local/include/webkitgtk-4.0/jsc/JSCClass.h:40: error: redefinition of typedef 'JSCContext' [exec] /usr/local/include/webkitgtk-4.0/jsc/JSCValue.h:44: error: previous declaration of 'JSCContext' was here
Also, remove setting CC=gcc from files/patch-eclipse.platform.swt and add CC=${CC} to MAVEN_ENV. This is to actually use the new GCC from ports.
PR: 238489