--- tools/lldb/tools/lldb-mi/Makefile.orig 2015-06-29 21:52:45 UTC +++ tools/lldb/tools/lldb-mi/Makefile @@ -30,3 +30,8 @@ ifeq ($(HOST_OS),FreeBSD) LLVMLibsOptions += -Wl,-rpath,$(LibDir) -lpthread endif +ifeq ($(HOST_OS),BSDSUniX) + CPP.Flags += -I/usr/include/edit #-v + LLVMLibsOptions += -Wl,-rpath,$(LibDir) -lpthread +endif +