mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Add BUILD_DEPENDS on nasm for i386.
PR: ports/71135 Submitted by: Roman Bogorodskiy (maintainer)
This commit is contained in:
parent
2d594a9caa
commit
a7c17cea10
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=117728
1 changed files with 1 additions and 0 deletions
|
@ -46,6 +46,7 @@ CONFIGURE_ARGS+= --disable-fpo
|
||||||
|
|
||||||
# jitc_x86 is avaible only on x86
|
# jitc_x86 is avaible only on x86
|
||||||
.if ${ARCH} == "i386"
|
.if ${ARCH} == "i386"
|
||||||
|
BUILD_DEPENDS+= nasm:${PORTSDIR}/devel/nasm
|
||||||
.if !defined(WITH_JITC)
|
.if !defined(WITH_JITC)
|
||||||
CONFIGURE_ARGS+= --enable-cpu=generic
|
CONFIGURE_ARGS+= --enable-cpu=generic
|
||||||
.else
|
.else
|
||||||
|
|
Loading…
Add table
Reference in a new issue