FreeBSD Bugzilla – Attachment 135140 Details for
Bug 179924
[PATCH] emulators/dosbox: add OPTIONS to enable internal debugger
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
dosbox-0.74_4.patch
dosbox-0.74_4.patch (text/plain), 709 bytes, created by
Dmitry Marakasov
on 2013-06-24 11:50:00 UTC
(
hide
)
Description:
dosbox-0.74_4.patch
Filename:
MIME Type:
Creator:
Dmitry Marakasov
Created:
2013-06-24 11:50:00 UTC
Size:
709 bytes
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 321673) >+++ Makefile (working copy) >@@ -27,8 +27,19 @@ > "" "dosbox" \ > "System;Emulator;" "true" > >+OPTIONS_RADIO= DEBUGGER >+OPTIONS_RADIO_DEBUGGER=DEBUGGER_ENABLE DEBUGGER_HEAVY >+DEBUGGER_ENABLE_DESC=Enable internal debugger >+DEBUGGER_HEAVY_DESC=Enable internal debugger with extra features >+ > .include <bsd.port.options.mk> > >+.if ${PORT_OPTIONS:MDEBUGGER_ENABLE} >+CONFIGURE_ARGS+= --enable-debug=yes >+.elif ${PORT_OPTIONS:MDEBUGGER_HEAVY} >+CONFIGURE_ARGS+= --enable-debug=heavy >+.endif >+ > post-patch: > @${REINPLACE_CMD} -e 's#\/usr\/share\/doc\/dosbox#${DOCSDIR}#g' \ > ${WRKSRC}/docs/dosbox.1
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 179924
: 135140