From 0520cdcc247a282bb5bb4ab4cc52180e037d74e8 Mon Sep 17 00:00:00 2001 From: mlelstv Date: Sat, 18 May 2013 11:15:00 +0000 Subject: Fix config to use termios instead of COMPAT_43 functionality. --- news/nn/Makefile | 4 ++-- news/nn/files/s-netbsd.h | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/news/nn/Makefile b/news/nn/Makefile index caada734206..2bc856953bb 100644 --- a/news/nn/Makefile +++ b/news/nn/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.42 2012/10/08 12:27:41 asau Exp $ +# $NetBSD: Makefile,v 1.43 2013/05/18 11:15:00 mlelstv Exp $ DISTNAME= nn-6.7.3 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= news MASTER_SITES= ftp://ftp.nndev.org/pub/nn-6.7/ EXTRACT_SUFX= .tar.Z diff --git a/news/nn/files/s-netbsd.h b/news/nn/files/s-netbsd.h index 0938ffe83e8..38027cac5d9 100644 --- a/news/nn/files/s-netbsd.h +++ b/news/nn/files/s-netbsd.h @@ -1,4 +1,4 @@ -/* $NetBSD: s-netbsd.h,v 1.3 1999/09/20 21:43:34 kim Exp $ */ +/* $NetBSD: s-netbsd.h,v 1.4 2013/05/18 11:15:00 mlelstv Exp $ */ /* * This version is for FreeBSD 2.1 @@ -22,13 +22,13 @@ #define HAVE_UNISTD_H #define HAVE_FCNTL_H -#define HAVE_TERMIOS +#define HAVE_TERMIOS_H /* * Define if your system has system V like ioctls */ -#undef HAVE_TERMIO /* */ +#undef HAVE_TERMIO_H /* */ /* * Define to use terminfo database. -- cgit v1.2.3