xkbcommon won't build with base-gcc. This patch switches it to use ports-gcc on sparc64. This fixes the build on sparc64 (tested in the last build).
ok? --Kurt Index: Makefile =================================================================== RCS file: /cvs/ports/x11/xkbcommon/Makefile,v retrieving revision 1.25 diff -u -p -r1.25 Makefile --- Makefile 2 May 2021 13:09:11 -0000 1.25 +++ Makefile 7 May 2021 15:24:45 -0000 @@ -23,6 +23,9 @@ EXTRACT_SUFX= .tar.xz MODULES = devel/meson +COMPILER = base-clang ports-gcc +COMPILER_LANGS = c + WANTLIB += c xcb xcb-xkb xml2 BUILD_DEPENDS = devel/bison