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:
parent
86b85412ed
commit
085246a042
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=80596
@ -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/
|
||||
|
12
editors/nvi-m17n/files/patch-config.h.in
Normal file
12
editors/nvi-m17n/files/patch-config.h.in
Normal 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
|
||||
|
Loading…
Reference in New Issue
Block a user