summaryrefslogtreecommitdiff
path: root/shells/zsh-current/patches/patch-bb
blob: 80d41686ba244f55e1e30d17f6b1d070efab84b0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
$NetBSD: patch-bb,v 1.2 2010/11/27 07:25:25 obache Exp $

terminfo does not require curses.

--- Src/Modules/terminfo.c.orig	2010-02-07 08:31:07.000000000 +0000
+++ Src/Modules/terminfo.c	2010-02-07 08:31:30.000000000 +0000
@@ -49,10 +49,6 @@
 #  undef offsetof
 # endif
 
-#ifdef ZSH_HAVE_CURSES_H
-# include "../zshcurses.h"
-#endif
-
 # ifdef ZSH_HAVE_TERM_H
 #  include "../zshterm.h"
 # endif