mirror of
https://github.com/pocoproject/poco.git
synced 2025-05-02 15:41:36 +02:00
SF#102 Fix building Poco on Debian GNU/kFreeBSD
This commit is contained in:
parent
d8397b9153
commit
bf4a5ee3bb
@ -65,7 +65,7 @@
|
|||||||
#define POCO_OS_VMS 0x2001
|
#define POCO_OS_VMS 0x2001
|
||||||
|
|
||||||
|
|
||||||
#if defined(__FreeBSD__)
|
#if defined(__FreeBSD__) || defined(__FreeBSD_kernel__)
|
||||||
#define POCO_OS_FAMILY_UNIX 1
|
#define POCO_OS_FAMILY_UNIX 1
|
||||||
#define POCO_OS_FAMILY_BSD 1
|
#define POCO_OS_FAMILY_BSD 1
|
||||||
#define POCO_OS POCO_OS_FREE_BSD
|
#define POCO_OS POCO_OS_FREE_BSD
|
||||||
|
@ -52,7 +52,7 @@
|
|||||||
namespace Poco {
|
namespace Poco {
|
||||||
|
|
||||||
|
|
||||||
#if (POCO_OS == POCO_OS_LINUX) || (POCO_OS == POCO_OS_CYGWIN)
|
#if (POCO_OS == POCO_OS_LINUX) || (POCO_OS == POCO_OS_CYGWIN) || (POCO_OS == POCO_OS_FREE_BSD)
|
||||||
union semun
|
union semun
|
||||||
{
|
{
|
||||||
int val;
|
int val;
|
||||||
|
@ -52,7 +52,7 @@
|
|||||||
namespace Poco {
|
namespace Poco {
|
||||||
|
|
||||||
|
|
||||||
#if (POCO_OS == POCO_OS_LINUX) || (POCO_OS == POCO_OS_CYGWIN)
|
#if (POCO_OS == POCO_OS_LINUX) || (POCO_OS == POCO_OS_CYGWIN) || (POCO_OS == POCO_OS_FREE_BSD)
|
||||||
union semun
|
union semun
|
||||||
{
|
{
|
||||||
int val;
|
int val;
|
||||||
|
@ -9,11 +9,11 @@ NetSSL_OpenSSL
|
|||||||
Data
|
Data
|
||||||
Data/SQLite
|
Data/SQLite
|
||||||
Data/ODBC
|
Data/ODBC
|
||||||
#Data/MySQL
|
Data/MySQL
|
||||||
Zip
|
Zip
|
||||||
PageCompiler
|
PageCompiler
|
||||||
PageCompiler/File2Page
|
PageCompiler/File2Page
|
||||||
#ApacheConnector
|
ApacheConnector
|
||||||
PDF
|
PDF
|
||||||
CppParser
|
CppParser
|
||||||
PocoDoc
|
PocoDoc
|
||||||
|
Loading…
x
Reference in New Issue
Block a user