x264's configure script fails to find nasm, so naturally it uses it.

add as a BDEP
This commit is contained in:
phessler 2023-01-16 13:47:09 +00:00
parent 4e391c213c
commit ac63409d43
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ WANTLIB= c m pthread
COMPILER= base-clang ports-gcc
COMPILER_LANGS= c
.if ${MACHINE_ARCH} == "amd64"
.if ${MACHINE_ARCH} == "aarch64" || ${MACHINE_ARCH} == "amd64"
BUILD_DEPENDS+= devel/nasm
.endif