Adapted from Debian patch: 215_kfreebsd_gnu.diff

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%404023
This commit is contained in:
Sam Lantinga 2009-10-10 09:36:12 +00:00
parent 7075c8391a
commit abf5cb8c2f
2 changed files with 5 additions and 5 deletions

View file

@ -45,7 +45,7 @@
#undef __DREAMCAST__
#define __DREAMCAST__ 1
#endif
#if defined(__FreeBSD__) || defined(__DragonFly__)
#if defined(__FreeBSD__) || defined(__FreeBSD_kernel__) || defined(__DragonFly__)
#undef __FREEBSD__
#define __FREEBSD__ 1
#endif