cc1: error: -Werror=vla: No option -Wvla

Move to ports-gcc on base-gcc arches to fix build on sparc64
This commit is contained in:
kmos
2026-03-17 00:20:58 +00:00
parent 1342386a56
commit fd9ff5dbd3
+4
View File
@@ -14,6 +14,10 @@ HOMEPAGE = https://github.com/jhawthorn/fzy
# MIT
PERMIT_PACKAGE = Yes
# cc1: error: -Werror=vla: No option -Wvla
COMPILER = base-clang ports-gcc
COMPILER_LANGS = c
WANTLIB += c pthread
MAKE_ENV = CC=${CC} BINDIR="${PREFIX}/bin" MANDIR="${PREFIX}/man"