summaryrefslogtreecommitdiff
path: root/textproc/ispell-base/patches/patch-ak
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/ispell-base/patches/patch-ak')
-rw-r--r--textproc/ispell-base/patches/patch-ak4
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/ispell-base/patches/patch-ak b/textproc/ispell-base/patches/patch-ak
index b4bbb60f678..1a58edef2af 100644
--- a/textproc/ispell-base/patches/patch-ak
+++ b/textproc/ispell-base/patches/patch-ak
@@ -1,4 +1,4 @@
-$NetBSD: patch-ak,v 1.1 2001/03/16 11:05:46 wiz Exp $
+$NetBSD: patch-ak,v 1.2 2004/03/19 06:20:21 uebayasi Exp $
--- term.c.orig Wed Nov 2 19:44:28 1994
+++ term.c
@@ -7,7 +7,7 @@ $NetBSD: patch-ak,v 1.1 2001/03/16 11:05:46 wiz Exp $
#include "proto.h"
#include "msgs.h"
-#ifdef USG
-+#ifdef __NetBSD__
++#if defined(__NetBSD__) || defined(linux)
+#define USE_TERMIOS
+#include <termios.h>
+#elif defined(USG)