Changeset 501fe24b


Ignore:
Timestamp:
02/15/2017 07:10:47 PM (7 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
fa3aa0e2
Parents:
beb65db
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/installing/x7lib.xml

    rbeb65db r501fe24b  
    258258      ./configure $XORG_CONFIG --disable-devel-docs
    259259    ;;
     260
    260261    libXt-[0-9]* )
    261262      ./configure $XORG_CONFIG \
    262263                  --with-appdefaultdir=/etc/X11/app-defaults
    263264    ;;
     265
     266    libXft* )
     267      sed -i -e 's/FC_CHAR_WIDTH/FC_CHARWIDTH/' \
     268         src/xftfreetype.c include/X11/Xft/XftCompat.h
     269      ./configure $XORG_CONFIG --with-appdefaultdir=/etc/X11/app-defaults
     270    ;;
     271
    264272    * )
    265273      ./configure $XORG_CONFIG
     
    282290  <sect2 role="commands">
    283291    <title>Command Explanations</title>
     292
     293    <para><command>sed ... src/xftfreetype.c include/X11/Xft/XftCompat.h</command>:
     294    Add fixes for changes in recent glibc headers.</para>
    284295
    285296    <para><parameter>--disable-devel-docs</parameter>: Disable generation of
Note: See TracChangeset for help on using the changeset viewer.