mirror of
https://git.freebsd.org/ports.git
synced 2025-06-18 03:00:42 -04:00
- 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
11 lines
436 B
Text
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
|