Fixed *BSD compilation for SDLMAME. [ElBarto]

This commit is contained in:
Couriersud 2010-12-29 18:44:37 +00:00
parent f7eab8b277
commit fb32b80591

View File

@ -55,6 +55,10 @@
#define SDLMAME_NETBSD 1
#endif
#if defined(__DragonFly__) || defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__)
#define SDLMAME_BSD 1
#endif
// fix for Ubuntu 8.10
#ifdef _FORTIFY_SOURCE
#undef _FORTIFY_SOURCE