mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-14 23:07:56 +02:00
SF#102 Fix building Poco on Debian GNU/kFreeBSD
This commit is contained in:
@@ -65,7 +65,7 @@
|
||||
#define POCO_OS_VMS 0x2001
|
||||
|
||||
|
||||
#if defined(__FreeBSD__)
|
||||
#if defined(__FreeBSD__) || defined(__FreeBSD_kernel__)
|
||||
#define POCO_OS_FAMILY_UNIX 1
|
||||
#define POCO_OS_FAMILY_BSD 1
|
||||
#define POCO_OS POCO_OS_FREE_BSD
|
||||
|
Reference in New Issue
Block a user