Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
$NetBSD: patch-ad,v 1.1 2009/09/14 18:52:03 asau Exp $
NetBSD editline keeps header files in "readline", not "editline".
Same applies to DragonFly.
--- src/readline.h.orig 2008-12-15 07:18:36.000000000 +0300
+++ src/readline.h 2009-09-14 17:16:14.000000000 +0400
@@ -51,7 +51,7 @@
# include <readline/readline.h>
#endif
#if defined(HAVE_LIBEDITLINE)
-# include <editline/readline.h>
+# include <readline/readline.h>
#endif
#if defined(HAVE_LIBEDITLINE)