Update xorg-libs for change in recent glibc include file

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@18313 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Bruce Dubbs 2017-02-15 19:10:47 +00:00
parent beb65db3b7
commit 501fe24bab

View File

@ -257,10 +257,18 @@ do
libXfont2-[0-9]* )
./configure $XORG_CONFIG --disable-devel-docs
;;
libXt-[0-9]* )
./configure $XORG_CONFIG \
--with-appdefaultdir=/etc/X11/app-defaults
;;
libXft* )
sed -i -e 's/FC_CHAR_WIDTH/FC_CHARWIDTH/' \
src/xftfreetype.c include/X11/Xft/XftCompat.h
./configure $XORG_CONFIG --with-appdefaultdir=/etc/X11/app-defaults
;;
* )
./configure $XORG_CONFIG
;;
@ -282,6 +290,9 @@ done</userinput></screen>
<sect2 role="commands">
<title>Command Explanations</title>
<para><command>sed ... src/xftfreetype.c include/X11/Xft/XftCompat.h</command>:
Add fixes for changes in recent glibc headers.</para>
<para><parameter>--disable-devel-docs</parameter>: Disable generation of
text documentation in the libXfont2 package if
<xref linkend="xmlto"/> is installed without a text browser. Omit