Import of pkgsrc-2016Q3

This commit is contained in:
2016-10-14 07:49:11 +02:00
committed by Lionel Sambuc
parent 9d819b6d54
commit 1242aa1e36
35952 changed files with 949749 additions and 377083 deletions

View File

@@ -0,0 +1,13 @@
$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.