Files
kmos fd9ff5dbd3 cc1: error: -Werror=vla: No option -Wvla
Move to ports-gcc on base-gcc arches to fix build on sparc64
2026-03-17 00:20:58 +00:00

28 lines
458 B
Makefile

COMMENT = fuzzy text selector for the terminal
V = 1.1
DISTNAME = fzy-$V
CATEGORIES = textproc
GH_ACCOUNT = jhawthorn
GH_PROJECT = fzy
GH_TAGNAME = v$V
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"
USE_GMAKE = Yes
.include <bsd.port.mk>