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

Kamil Rytarowski via lldb-commits lldb-commits at lists.llvm.org
Fri Oct 23 19:18:38 PDT 2015


krytarowski abandoned this revision.
krytarowski added a comment.

Closing. We are going for reuse of the NetBSD native curses(8) library.

The reason for it is limit of detecting ncurses on various systems. For example, Ubuntu ships with `<curses.h>` and linkage from `<ncurses.h>`, `ncurses.h` isn't detected by CMake. Detecting `<curses.h>` on NetBSD is reusing conflicting header from the host curses(8) and pkgsrc's ncurses library.


Repository:
  rL LLVM

http://reviews.llvm.org/D12994





More information about the lldb-commits mailing list