ports/emulators/dosbox/files/patch-configure
Alexander Leidinger bbe8d41dbd - update dosbox from 0.58 to 0.60
- updated website address
 - Use USE_SDL instead of manually specifying devel/sdl12 as LIB_DEPENDS
   and setting SDL_CONFIG.
 - Enable screenshot and modem emulation support.
 - Install the dosbox(1) manual page.
 - Move the message displayed by the post-install target into a pkg-message
   so it also gets displayed when this port is installed via its package.
 - Use DOCSDIR.

PR:		58174
Submitted by:	Marius Strobl <marius@alchemy.franken.de>
Approved by:	maintainer
2003-11-01 14:28:19 +00:00

11 lines
436 B
Text

--- configure.orig Sun Oct 19 13:46:59 2003
+++ configure Sun Oct 19 13:47:15 2003
@@ -5350,7 +5350,7 @@
if test x$enable_core_inline = xyes ; then
echo "$as_me:$LINENO: result: enabling inlined memory handling in CPU Core" >&5
-echo "${ECHO_T}enabling inlined memory handling in CPU Core" >&6,
+echo "${ECHO_T}enabling inlined memory handling in CPU Core" >&6
cat >>confdefs.h <<\_ACEOF
#define C_CORE_INLINE 1
_ACEOF