freebsd-ports/emulators/mess/files/patch-debugcpu.c
Max Brazhnikov 0dc963d6c3 Update to 0.139
Rename the port to mess as the sdl layer is now included in the mainstream code.

PR:		ports/149191
Submitted by:	Emmanuel Vadot (maintainer)
2010-08-08 12:52:14 +00:00

13 lines
355 B
C

--- src/emu/debug/debugcpu.c.orig 2010-08-01 23:31:06.000000000 +0200
+++ src/emu/debug/debugcpu.c 2010-08-01 23:31:23.000000000 +0200
@@ -49,7 +49,9 @@
#include "debugint/debugint.h"
#include "uiinput.h"
#include <ctype.h>
-
+#ifdef __FreeBSD__
+#undef tolower
+#endif
/***************************************************************************