#2922: 1.10 cmake build fails on FreeBSD 11.2 Release

This commit is contained in:
Günter Obiltschnig 2020-02-16 18:48:31 +01:00
parent 3b14ae5ec8
commit 4e92f3c2ab

View File

@ -49,7 +49,7 @@ using UIntPtr = std::uintptr_t;
#if defined(__LP64__)
#define POCO_PTR_IS_64_BIT 1
#define POCO_LONG_IS_64_BIT 1
#if POCO_OS == POCO_OS_LINUX || POCO_OS == POCO_OS_ANDROID
#if POCO_OS == POCO_OS_LINUX || POCO_OS == POCO_OS_FREE_BSD || POCO_OS == POCO_OS_ANDROID
#define POCO_INT64_IS_LONG 1
#endif
#endif