diff options
author | Bruce Mitchener <bruce.mitchener@gmail.com> | 2015-11-06 00:21:18 +0000 |
---|---|---|
committer | Bruce Mitchener <bruce.mitchener@gmail.com> | 2015-11-06 00:21:18 +0000 |
commit | 27801f4ff7466eaabe16b7c55689e33980bad8ce (patch) | |
tree | ae69fb25e7cd5e5562794d348443594836a423a6 /lldb/packages/Python/lldbsuite/test/python_api | |
parent | 29cd576554dd748c5cec23b3f0297d6767fa704d (diff) | |
download | bcm5719-llvm-27801f4ff7466eaabe16b7c55689e33980bad8ce.tar.gz bcm5719-llvm-27801f4ff7466eaabe16b7c55689e33980bad8ce.zip |
Reuse native curses(8) library on NetBSD
Summary:
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.
ncurses ships on most (till conflicting) systems with curses.h. On NetBSD it
might be conflicting, so the ncurses headers are installed with pkgsrc to a
subdirectory "ncurses/".
Patch by Kamil Rytarowski. Thanks!
Reviewers: clayborg
Subscribers: youri, akat1, brucem, joerg, lldb-commits
Differential Revision: http://reviews.llvm.org/D14037
llvm-svn: 252250
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api')
0 files changed, 0 insertions, 0 deletions