1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

Enable --port-e9-hack option

PR:		ports/95057
Submitted by:	Matthieu Michaud
This commit is contained in:
Volker Stolz 2006-05-17 13:08:24 +00:00
parent b4b1c2c0e9
commit 7025930de5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=162650

View File

@ -75,6 +75,10 @@ CONFIGURE_ARGS+= --enable-debugger --enable-disasm
CONFIGURE_ARGS+= --enable-x86-debugger
.endif
.if defined(WITH_BOCHS_PORT_E9_HACK)
CONFIGURE_ARGS+= --enable-port-e9-hack
.endif
pre-patch::
@${ECHO_MSG}
.if !defined(WITH_BOCHS_CPU_LEVEL)
@ -113,6 +117,11 @@ pre-patch::
@${ECHO_MSG} "hit Ctrl-C right now and use \"make WITH_BOCHS_AMD64=yes\""
@${ECHO_MSG}
.endif
.if !defined(WITH_BOCHS_PORT_E9_HACK)
@${ECHO_MSG} "If you want to compile with port e9 hack support,"
@${ECHO_MSG} "hit Ctrl-C right now and use \"make WITH_BOCHS_PORT_E9_HACK=yes\""
@${ECHO_MSG}
.endif
post-patch:
@${REINPLACE_CMD} -E ' \