Fix emulators/bochs WITH_BOCHS_PROCESSORS
PR: ports/45827 Submitted by: Ceri Davies <ceri@FreeBSD.org>
This commit is contained in:
parent
8d78beb9b0
commit
d987d9cf9a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=71561
1 changed files with 2 additions and 2 deletions
|
@ -41,8 +41,8 @@ RUN_DEPENDS+= mkfontdir:${PORTSDIR}/x11/XFree86-4-clients
|
|||
.endif
|
||||
|
||||
.if defined(WITH_BOCHS_PROCESSORS)
|
||||
.if ${WITH_BOCHS_CPU_LEVEL} < 1 || ${WITH_BOCHS_CPU_LEVEL} > 15
|
||||
.error "WITH_BOCHS_CPU_LEVEL must be an integer value between 1 and 15."
|
||||
.if ${WITH_BOCHS_PROCESSORS} < 1 || ${WITH_BOCHS_PROCESSORS} > 15
|
||||
.error "WITH_BOCHS_PROCESSORS must be an integer value between 1 and 15."
|
||||
.endif
|
||||
CONFIGURE_ARGS+= --enable-processors=${WITH_BOCHS_PROCESSORS}
|
||||
WITH_BOCHS_CPU_LEVEL= 6
|
||||
|
|
Loading…
Reference in a new issue