Debian/kFreeBSD should use the FreeBSD-specific codepaths, not generic Unix.

This commit is contained in:
Ryan C. Gordon 2017-07-12 20:49:53 -04:00
parent 46db289145
commit 187d04ae9e
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@
# define PHYSFS_PLATFORM_SOLARIS 1
# define PHYSFS_PLATFORM_UNIX 1
# define PHYSFS_PLATFORM_POSIX 1
#elif defined(__FreeBSD__) || defined(__DragonFly__)
#elif defined(__FreeBSD__) || defined(__FreeBSD_kernel__) || defined(__DragonFly__)
# define PHYSFS_PLATFORM_FREEBSD 1
# define PHYSFS_PLATFORM_BSD 1
# define PHYSFS_PLATFORM_UNIX 1