depends: Add FreeBSD support

This commit is contained in:
Howard Chu 2019-11-11 08:34:47 +00:00
parent 607c01aa56
commit cca6e5c645
No known key found for this signature in database
GPG key ID: FD2A70B44AB11BA7
9 changed files with 68 additions and 14 deletions

View file

@ -24,6 +24,7 @@ $(package)_archiver_darwin=$($(package)_libtool)
$(package)_config_libraries=chrono,filesystem,program_options,system,thread,test,date_time,regex,serialization,locale
$(package)_cxxflags=-std=c++11
$(package)_cxxflags_linux=-fPIC
$(package)_cxxflags_freebsd=-fPIC
endef
define $(package)_preprocess_cmds