Pavel Sanda wrote: > commit 3f4901de9ce36866b75e56ec6864354e4119e647 > Author: Pavel Sanda <sa...@lyx.org> > Date: Wed Jun 8 19:33:08 2016 -0700 > > Improve build for FreeBSD. > > Patch from Shankar Giri Venkita Giri. > > diff --git a/configure.ac b/configure.ac > index 5d6fe77..3353df4 100644 > --- a/configure.ac > +++ b/configure.ac > @@ -237,6 +237,7 @@ dnl AC_LANG_POP(C) > lyx_win_res=false; > case ${host} in > *mingw*|*cygwin*) lyx_win_res=true;; > + *freebsd*) AC_SEARCH_LIBS(backtrace_symbols, [execinfo]) > esac > if test "x$lyx_win_res" = "xtrue"; then > AC_CHECK_TOOL(RC, windres,)
Branch? P