CVSROOT: /cvs Module name: ports Changes by: [email protected] 2020/11/24 09:28:32
Modified files:
x11/picom : Makefile
Log message:
picom uses C11 constructs. base-gcc comes from before then, so the build
fails in configuration. Falsely claiming it cannot find uthash.h, but it's
actually failing because base-gcc doesn't understand -std=c11
This fixes the build on sparc64
Correction and ok sthen
