Added --disable-tek4014 to ./configure flags, to disable tek support for

bug (#164210)
This commit is contained in:
mharris 2005-08-30 16:18:29 +00:00
parent 761c05befa
commit 37be603aea

View File

@ -4,7 +4,7 @@
Summary: xterm terminal emulator for the X Window System Summary: xterm terminal emulator for the X Window System
Name: xterm Name: xterm
Version: 200 Version: 200
Release: 7 Release: 8
URL: http://dickey.his.com/xterm URL: http://dickey.his.com/xterm
License: MIT License: MIT
Group: User Interface/X Group: User Interface/X
@ -38,6 +38,7 @@ programs that can't use the window system directly.
--enable-warnings \ --enable-warnings \
--enable-wide-chars \ --enable-wide-chars \
--with-utempter \ --with-utempter \
--disable-tek4014 \
%{?_with_256_color:--enable-256-color} %{?_with_256_color:--enable-256-color}
make make
@ -76,6 +77,10 @@ rm -rf $RPM_BUILD_ROOT
%{_x11bindir}/xterm %{_x11bindir}/xterm
%changelog %changelog
* Mon Aug 29 2005 Mike A. Harris <mharris@redhat.com> 200-8
- Added --disable-tek4014 to ./configure flags, to disable tek support
for bug (#164210)
* Mon May 2 2005 Mike A. Harris <mharris@redhat.com> 200-7 * Mon May 2 2005 Mike A. Harris <mharris@redhat.com> 200-7
- Updated xterm-resources-redhat.patch to enable xterm utf8 resource by - Updated xterm-resources-redhat.patch to enable xterm utf8 resource by
default, as our default OS environment is UTF-8, for bug (#138681) default, as our default OS environment is UTF-8, for bug (#138681)