1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00

Quick and dirty fix to build on -current.

#define HAVE_SYS5_PTY was forcingly disabled by removing its entry.
This commit is contained in:
Munechika SUMIKAWA 2003-05-10 09:15:16 +00:00
parent 86b85412ed
commit 085246a042
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=80596
2 changed files with 13 additions and 0 deletions

View File

@ -7,6 +7,7 @@
PORTNAME= nvi
PORTVERSION= 1.79.20111024
PORTREVISION= 1
CATEGORIES?= editors
MASTER_SITES= ftp://sleepy.vwh.net/pub/ \
ftp://ftp.foretune.co.jp/pub/tools/nvi-m17n/

View File

@ -0,0 +1,12 @@
--- config.h.in- Fri May 9 12:50:29 2003
+++ config.h.in Fri May 9 12:50:56 2003
@@ -103,9 +103,6 @@
/* Define if you have <sys/select.h> */
#undef HAVE_SYS_SELECT_H
-/* Define if you have the System V style pty calls. */
-#undef HAVE_SYS5_PTY
-
/* Define if you want to compile in the Tcl interpreter. */
#undef HAVE_TCL_INTERP