summaryrefslogtreecommitdiff
path: root/news
diff options
context:
space:
mode:
authormlelstv <mlelstv>2013-05-18 11:15:00 +0000
committermlelstv <mlelstv>2013-05-18 11:15:00 +0000
commit26ae52decf3f5f66fe119aa9a9b123d0138f9aef (patch)
tree7bc5afa951923ca2e13f981a6e2d25ac5d19c43d /news
parent61990979d8c119fe6987eb361bf948daddbba95a (diff)
downloadpkgsrc-26ae52decf3f5f66fe119aa9a9b123d0138f9aef.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.