1
0
Fork 0
cuberite-2a/lib
linnemannr 5049fd0fbf Support building on FreeBSD
SetFlags.cmake

	Add -lexecinfo to linker flags for FreeBSD to resolve backtrace()

lib/sqlite/CMakeLists.txt

	Define _XOPEN_SOURCE to 600 instead of __POSIX_VISIBLE to 200112 for
	POSIX 1-2001 support. For POSIX standards, the _XOPEN_SOURCE define
	controls the eventual value of __POSIX_VISIBLE. _XOPEN_SOURCE is defined
	to 500 in sqlite.c if not already defined, which sets up _POSIX_C_SOURCE
	and __POSIX_VISIBLE to the 199506 for POSIX.1c

lib/tolua++/CMakeLists.txt
src/CMakeLists.txt

	Add /usr/local/lib to the library search path for FreeBSD builds

src/OSSupport/Errors.cpp

	Correct the strerror_r() implementation determination to check whether
	_GNU_SOURCE is defined, not what it evaluates to
2015-05-24 20:07:31 -06:00
..
SQLiteCpp@b17195b8d0 Update submodules 2015-05-02 15:57:49 +01:00
TCLAP@12cee38782 Added TCLAP 2015-05-16 10:46:51 +01:00
cmake-coverage Maybe coverage working? 2014-05-10 05:03:36 -07:00
expat Updated MSVC side of CMake files after recent changes. 2014-04-25 23:45:16 +02:00
jsoncpp Fixed buffer overflow in JSON. 2014-06-04 10:47:12 +02:00
libevent@de2bb6568c Update submodules 2015-05-02 15:57:49 +01:00
lua Fixed lua compilation under MinGW. 2014-06-30 21:42:20 +02:00
luaexpat Missed these CMakeLists. 2014-04-25 12:24:09 -07:00
luaproxy LuaProxy compilation under MinGW. 2014-07-01 15:23:29 +02:00
polarssl@4f4c5b7450 Update submodules 2015-05-02 15:57:49 +01:00
sqlite Support building on FreeBSD 2015-05-24 20:07:31 -06:00
tolua++ Support building on FreeBSD 2015-05-24 20:07:31 -06:00
zlib Missed these CMakeLists. 2014-04-25 12:24:09 -07:00
polarssl.cmake Fixed multiple mbedtls inclusion. 2015-05-03 10:01:19 +02:00