summaryrefslogtreecommitdiff
path: root/news
diff options
context:
space:
mode:
authormlelstv <mlelstv@pkgsrc.org>2013-05-18 11:15:00 +0000
committermlelstv <mlelstv@pkgsrc.org>2013-05-18 11:15:00 +0000
commit0520cdcc247a282bb5bb4ab4cc52180e037d74e8 (patch)
tree7bc5afa951923ca2e13f981a6e2d25ac5d19c43d /news
parenta07ab125674f1116c6161c32002343afc22d20e9 (diff)
downloadpkgsrc-0520cdcc247a282bb5bb4ab4cc52180e037d74e8.tar.gz
Fix config to use termios instead of COMPAT_43 functionality.
Diffstat (limited to 'news')
-rw-r--r--news/nn/Makefile4
-rw-r--r--news/nn/files/s-netbsd.h6
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.