diff options
Diffstat (limited to 'misc/root/patches/patch-bb')
-rw-r--r-- | misc/root/patches/patch-bb | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/misc/root/patches/patch-bb b/misc/root/patches/patch-bb new file mode 100644 index 00000000000..1a71235bda0 --- /dev/null +++ b/misc/root/patches/patch-bb @@ -0,0 +1,14 @@ +$NetBSD: patch-bb,v 1.1 2010/02/26 10:56:38 drochner Exp $ + +--- core/editline/src/readline.cxx.orig 2010-02-25 15:13:11.000000000 +0000 ++++ core/editline/src/readline.cxx +@@ -54,9 +54,6 @@ + #include <stdlib.h> + #include <unistd.h> + #include <limits.h> +-#ifndef __FreeBSD__ +-#include <alloca.h> +-#endif // __FreeBSD__ + #include "histedit.h" + // #include "readline/readline.h" + #include "editline.h" |