editors/dte fails with the following on sparc64:

cc1: error: unrecognized command line option "-Wvla"

Switching it to use ports-gcc rather than base-gcc fixes it.

ok?

--Kurt

Index: Makefile
===================================================================
RCS file: /cvs/ports/editors/dte/Makefile,v
retrieving revision 1.8
diff -u -p -r1.8 Makefile
--- Makefile    24 Apr 2021 23:52:31 -0000      1.8
+++ Makefile    11 May 2021 16:31:21 -0000
@@ -14,6 +14,9 @@ WANTLIB += c iconv
 
 MASTER_SITES = https://craigbarnes.gitlab.io/dist/dte/
 
+COMPILER =     base-clang ports-gcc
+COMPILER_LANGS =       c
+
 LIB_DEPENDS =  converters/libiconv
 
 USE_GMAKE =    Yes

Reply via email to