[Lldb-commits] [PATCH] D12994: Improve support of the ncurses dependency on NetBSD

Kamil Rytarowski via lldb-commits lldb-commits at lists.llvm.org
Sat Sep 19 13:00:30 PDT 2015


krytarowski created this revision.
krytarowski added a reviewer: joerg.
krytarowski added a subscriber: lldb-commits.
krytarowski set the repository for this revision to rL LLVM.

Summary of the changes:
  - add config.h (CMake and autotools target).
  - Handle ncurses with a proper CMake find_package() call
  - Handle ncurses panel library with proper find_library()
  - Stop hardcoding broken '-lncurses -lpanel' entries
  - Handle pkgsrc/NetBSD headers location (<ncurses/ncurses.h>)

Repository:
  rL LLVM

http://reviews.llvm.org/D12994

Files:
  CMakeLists.txt
  cmake/LLDBDependencies.cmake
  cmake/modules/LLDBConfig.cmake
  include/lldb/Config/config.h.cmake
  include/lldb/Config/config.h.in
  source/Core/CMakeLists.txt
  source/Core/IOHandler.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D12994.35177.patch
Type: text/x-patch
Size: 4447 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20150919/ebc6fdac/attachment.bin>


More information about the lldb-commits mailing list