Update to #150: Miscellaneous bug fixes.

This commit is contained in:
naddy 2000-12-31 01:48:56 +00:00
parent 7aeb453726
commit f572122412
3 changed files with 5 additions and 17 deletions

View File

@ -1,6 +1,6 @@
# $OpenBSD: Makefile,v 1.11 2000/12/08 15:18:39 naddy Exp $
# $OpenBSD: Makefile,v 1.12 2000/12/31 01:48:56 naddy Exp $
DISTNAME= xterm-149
DISTNAME= xterm-150
CATEGORIES= x11
NEED_VERSION= 1.341

View File

@ -1,3 +1,3 @@
MD5 (xterm-149.tgz) = 19eb1132702c2beb640b319611d0d3ae
RMD160 (xterm-149.tgz) = 86a6a35c6510453f86a942243eccea86a95da138
SHA1 (xterm-149.tgz) = 4a5fb41edcf19d157c41432012dac29588b9a1b3
MD5 (xterm-150.tgz) = 0a3f415321a3535e8658cf8ccaf4d4d1
RMD160 (xterm-150.tgz) = ed067010d3844a149be1cb429b8c138c13022e93
SHA1 (xterm-150.tgz) = 569eed897ab3f2d1230e9fc5393b218db4a10242

View File

@ -1,12 +0,0 @@
$OpenBSD: patch-xterm_io_h,v 1.1 2000/12/08 15:18:40 naddy Exp $
--- xterm_io.h.orig Fri Dec 8 13:37:59 2000
+++ xterm_io.h Fri Dec 8 13:38:59 2000
@@ -63,7 +63,7 @@
#define USE_SYSV_TERMIO
#endif
-#ifdef __FreeBSD__
+#if defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__)
#define USE_POSIX_TERMIOS
#endif