lang/nqp uses CFLAGS that base-gcc doesn't understand. This switches it to baes-clang ports-gcc and fixes the build on sparc64.
ok? (cc MAINTAINER) --Kurt Index: Makefile =================================================================== RCS file: /cvs/ports/lang/nqp/Makefile,v retrieving revision 1.28 diff -u -p -r1.28 Makefile --- Makefile 28 Dec 2021 19:27:52 -0000 1.28 +++ Makefile 5 Jan 2022 07:15:06 -0000 @@ -14,6 +14,9 @@ MAINTAINER = Pascal Stumpf <pascal@stum # Artistic 2 PERMIT_PACKAGE = Yes +COMPILER = base-clang ports-gcc +COMPILER_LANGS = c + WANTLIB = c moar GH_ACCOUNT = Raku