Adapted from 215_kfreebsd_gnu.diff

--HG--
branch : SDL-1.2
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/branches/SDL-1.2%404024
This commit is contained in:
Sam Lantinga 2009-10-10 09:38:02 +00:00
parent 8e0af4ac94
commit 279116cdd6
2 changed files with 5 additions and 5 deletions

View file

@ -47,7 +47,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