benchmarks/fio needs at least ports-gcc to compile on sparc64

This fixes the build on sparc64

ok?

(cc maintainer)

--Kurt

Index: Makefile
===================================================================
RCS file: /cvs/ports/benchmarks/fio/Makefile,v
retrieving revision 1.5
diff -u -p -r1.5 Makefile
--- Makefile    5 May 2021 12:59:55 -0000       1.5
+++ Makefile    16 May 2021 03:23:30 -0000
@@ -18,6 +18,9 @@ MAINTAINER=   Kurt Miller <k...@openbsd.or
 # be sent upstream to fio
 PERMIT_PACKAGE=        Yes
 
+COMPILER=      base-clang ports-gcc
+COMPILER_LANGS=        c
+
 WANTLIB=       c m pthread z
 
 USE_GMAKE=     Yes

Reply via email to