mirror of
https://github.com/holub/mame
synced 2025-05-21 21:29:15 +03:00
Fixed *BSD compilation for SDLMAME. [ElBarto]
This commit is contained in:
parent
f7eab8b277
commit
fb32b80591
@ -55,6 +55,10 @@
|
|||||||
#define SDLMAME_NETBSD 1
|
#define SDLMAME_NETBSD 1
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if defined(__DragonFly__) || defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__)
|
||||||
|
#define SDLMAME_BSD 1
|
||||||
|
#endif
|
||||||
|
|
||||||
// fix for Ubuntu 8.10
|
// fix for Ubuntu 8.10
|
||||||
#ifdef _FORTIFY_SOURCE
|
#ifdef _FORTIFY_SOURCE
|
||||||
#undef _FORTIFY_SOURCE
|
#undef _FORTIFY_SOURCE
|
||||||
|
Loading…
Reference in New Issue
Block a user