pkgsrc/devel/lldb/patches/patch-scripts_Python_modules_readline_readline.cpp
kamil 749a4e572b Import lldb-3.8.0 as devel/lldb
Next generation, high-performance debugger

Late import approved by <pkgsrc-pmc>
2016-03-28 13:13:54 +00:00

13 lines
451 B
C++

$NetBSD: patch-scripts_Python_modules_readline_readline.cpp,v 1.1 2016/03/28 13:13:55 kamil Exp $
--- scripts/Python/modules/readline/readline.cpp.orig 2015-10-19 01:16:17.000000000 +0000
+++ scripts/Python/modules/readline/readline.cpp
@@ -6,7 +6,7 @@
#include <stdio.h>
#ifndef LLDB_DISABLE_LIBEDIT
-#include <editline/readline.h>
+#include <readline/readline.h>
#endif
// Simple implementation of the Python readline module using libedit.