summaryrefslogtreecommitdiff
path: root/devel/ald/patches/patch-ah
diff options
context:
space:
mode:
Diffstat (limited to 'devel/ald/patches/patch-ah')
-rw-r--r--devel/ald/patches/patch-ah20
1 files changed, 20 insertions, 0 deletions
diff --git a/devel/ald/patches/patch-ah b/devel/ald/patches/patch-ah
new file mode 100644
index 00000000000..9529a2faf72
--- /dev/null
+++ b/devel/ald/patches/patch-ah
@@ -0,0 +1,20 @@
+$NetBSD: patch-ah,v 1.1.1.1 2002/04/22 11:51:50 agc Exp $
+
+--- ./source/terminal.c.orig Wed Apr 17 08:40:22 2002
++++ ./source/terminal.c
+@@ -18,14 +18,8 @@
+ #include <assert.h>
+ #include <errno.h>
+ #include <string.h>
+-
+-#ifdef HAVE_CURSES_H
+ #include <curses.h>
+-#endif
+-
+-#ifdef HAVE_TERM_H
+-#include <term.h>
+-#endif
++/*#include <term.h>*/
+
+ #include "misc.h"
+ #include "print.h"