Add /usr/local/include for freebsd

https://wiki.freebsd.org/WarnerLosh/UsrLocal says something about it.

Should fix lp#1981112.
This commit is contained in:
Douglas Katzman 2022-08-02 14:40:28 -04:00
parent c321afb15b
commit 9de74a0d4d

View file

@ -15,7 +15,8 @@ include Config.x86-64-bsd
# worked fine for most things, but LOAD-FOREIGN & friends require
# dlopen() etc., which in turn depend on dynamic linking of the
# runtime.
OS_LIBS += -lutil
OS_LIBS += -lutil -L/usr/local/lib
CPPFLAGS += -isystem/usr/local/include
# use libthr (1:1 threading). libpthread (m:n threading) does not work.
ifdef LISP_FEATURE_SB_THREAD