Changeset f9ae69b for general


Ignore:
Timestamp:
04/28/2017 11:30:45 PM (7 years ago)
Author:
DJ Lucas <dj@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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:
49c13f5
Parents:
c497e49
Message:

Fix fontconfig build issue with gperf >= 3.1.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@18650 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/graphlib/fontconfig.xml

    rc497e49 rf9ae69b  
    6969        <para>
    7070          Estimated build time: &fontconfig-time;
     71        </para>
     72      </listitem>
     73    </itemizedlist>
     74
     75    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
     76    <itemizedlist spacing="compact">
     77      <listitem>
     78        <para>
     79          Required patch:
     80          <ulink url="&patch-root;/fontconfig-&fontconfig-version;-gperf-3.1-1.patch"/>
    7181        </para>
    7282      </listitem>
     
    106116
    107117    <para>
     118      Fix an error with version of <application>gperf</application> &gt; 3.1:
     119    </para>
     120
     121<screen><userinput>patch -Np1 -i ../fontconfig-&fontconfig-version;-gperf-3.1-1.patch</userinput></screen>
     122
     123    <para>
    108124      Install <application>Fontconfig</application> by running the following
    109125      commands:
     
    115131sed 's/CHAR_WIDTH/CHARWIDTH/' -i src/fcobjs.h &amp;&amp;
    116132
     133autoreconf -fi &amp;&amp;
    117134./configure --prefix=/usr        \
    118135            --sysconfdir=/etc    \
Note: See TracChangeset for help on using the changeset viewer.