better fix for freetype configuration problem

This commit is contained in:
jvdias 2005-11-18 16:24:33 +00:00
parent 05822583f7
commit 68f2914c08

View File

@ -1,7 +1,7 @@
Summary: xterm terminal emulator for the X Window System Summary: xterm terminal emulator for the X Window System
Name: xterm Name: xterm
Version: 207 Version: 207
Release: 2 Release: 3
URL: http://dickey.his.com/xterm URL: http://dickey.his.com/xterm
License: MIT License: MIT
Group: User Interface/X Group: User Interface/X
@ -54,8 +54,6 @@ programs that can't use the window system directly.
--with-utempter \ --with-utempter \
--disable-tek4014 \ --disable-tek4014 \
--enable-narrowproto \ --enable-narrowproto \
--with-freetype-cflags='-I/usr/include/freetype2 -I/usr/include/freetype2/config' \
--with-freetype-libs='-lXft -lX11 -lfreetype -lfontconfig -lXrender' \
--with-app-defaults=%{_sysconfdir}/X11/app-defaults \ --with-app-defaults=%{_sysconfdir}/X11/app-defaults \
%{?_with_256_color:--enable-256-color}; %{?_with_256_color:--enable-256-color};
export XTERM_TTY_GROUP_NAME=tty; export XTERM_TTY_GROUP_NAME=tty;