diff options
author | sumikawa <sumikawa@FreeBSD.org> | 2003-05-10 17:15:16 +0800 |
---|---|---|
committer | sumikawa <sumikawa@FreeBSD.org> | 2003-05-10 17:15:16 +0800 |
commit | ec5bb591a2b278045ff195fc9650e28f158ad374 (patch) | |
tree | 3e64f269f449563cbc85b462f5cf3352a59ca380 /editors/nvi-m17n | |
parent | aebf85b482985085986241bcc1f7916f3c6112a3 (diff) | |
download | freebsd-ports-gnome-ec5bb591a2b278045ff195fc9650e28f158ad374.tar.gz freebsd-ports-gnome-ec5bb591a2b278045ff195fc9650e28f158ad374.tar.zst freebsd-ports-gnome-ec5bb591a2b278045ff195fc9650e28f158ad374.zip |
Quick and dirty fix to build on -current.
#define HAVE_SYS5_PTY was forcingly disabled by removing its entry.
Diffstat (limited to 'editors/nvi-m17n')
-rw-r--r-- | editors/nvi-m17n/Makefile | 1 | ||||
-rw-r--r-- | editors/nvi-m17n/files/patch-config.h.in | 12 |
2 files changed, 13 insertions, 0 deletions
diff --git a/editors/nvi-m17n/Makefile b/editors/nvi-m17n/Makefile index 6ae4eef96613..0f9c62b0e7c1 100644 --- a/editors/nvi-m17n/Makefile +++ b/editors/nvi-m17n/Makefile @@ -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/ diff --git a/editors/nvi-m17n/files/patch-config.h.in b/editors/nvi-m17n/files/patch-config.h.in new file mode 100644 index 000000000000..6ebc3a67148b --- /dev/null +++ b/editors/nvi-m17n/files/patch-config.h.in @@ -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 + |