Build: changes needed to build on FreeBSD

* Fix SDL not finding Xlib.h
* Link to clangSupport library for newer LLVM versions
* Add FreeBSD essential symbols to symbols_unix.map

Pull Request: blender/blender#105892
This commit is contained in:
2023-03-22 14:15:46 +01:00
committed by Brecht Van Lommel
parent c21b534680
commit 0e6cc4f86a
3 changed files with 8 additions and 2 deletions

View File

@@ -39,6 +39,9 @@ global:
realpath;
sched_*;
valloc;
/* needed on FreeBSD */
__progname;
environ;
local:
*;
};