summaryrefslogtreecommitdiff
path: root/shells/zsh/patches/patch-ba
blob: 66b474c682f09a3842aad688bd8977c6b31e4d31 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ba,v 1.4 2010/11/27 07:21:27 obache Exp $

--- Src/Modules/termcap.c.orig	2007-08-22 16:23:50.000000000 +0000
+++ Src/Modules/termcap.c
@@ -36,7 +36,7 @@
 #include "../../config.h"
 
 #ifdef HAVE_TGETENT
-# if defined(HAVE_CURSES_H) && defined(HAVE_TERM_H)
+# if defined(HAVE_CURSES_H) && defined(HAVE_TERM_H) && !defined(__NetBSD__)
 #  define USES_TERM_H 1
 # else
 #  ifdef HAVE_TERMCAP_H