--- tools/lldb/tools/driver/Makefile.orig 2014-03-12 10:51:32 UTC +++ tools/lldb/tools/driver/Makefile @@ -30,6 +30,11 @@ ifneq (,$(filter $(HOST_OS), Linux GNU/k LLVMLibsOptions += -Wl,-rpath,$(LibDir) endif +ifeq ($(HOST_OS),BSDSUniX) + CPP.Flags += -I/usr/include/edit #-v + LLVMLibsOptions += -Wl,-rpath,$(LibDir) +endif + ifeq ($(HOST_OS),FreeBSD) CPP.Flags += -I/usr/include/edit #-v LLVMLibsOptions += -Wl,-rpath,$(LibDir)