From: Claudio Jeker Subject: fix fort validator on sparc64 To: ports@openbsd.org Date: Tue, 13 Feb 2024 12:10:09 +0100 fort uses stdatomic.h and needs to use either base-clang or ports-gcc. With this diff fort compiles on sparc64 Does this require a bump? -- :wq Claudio Index: Makefile =================================================================== RCS file: /cvs/ports/net/fort/Makefile,v diff -u -p -r1.2 Makefile --- Makefile 19 Jan 2024 14:26:09 -0000 1.2 +++ Makefile 13 Feb 2024 11:08:17 -0000 @@ -13,6 +13,9 @@ MAINTAINER = Claudio Jeker