1
0
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
..
2015-05-09 12:58:54 +02:00
2015-05-24 20:07:31 -06:00
2014-01-25 06:02:20 -08:00
2014-12-11 14:34:09 +01:00
2014-12-07 21:37:47 +01:00
2015-05-09 12:58:54 +02:00
2014-10-22 20:12:49 -07:00
2013-11-27 07:40:59 +00:00
2015-02-20 14:28:05 +01:00
2015-05-09 12:58:54 +02:00
2014-10-22 20:12:49 -07:00
2014-10-22 20:12:49 -07:00
2015-01-18 18:01:24 +01:00
2015-02-14 13:55:54 +01:00