mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-27 18:02:12 +08:00
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:
parent
beb65db3b7
commit
501fe24bab
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user