Changeset 9e27e87 for x


Ignore:
Timestamp:
11/29/2013 11:40:21 PM (10 years ago)
Author:
Fernando de Oliveira <fernando@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
41cf60d9
Parents:
b44efd17
Message:

Fix libXft-2.3.1, xulrunner-25.0.1, firefox-25.0.1, seamonkey-2.22.1 and thunderbird-3.1.20 to build with FreeType-2.5.1.

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

Location:
x
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • x/installing/x7lib.xml

    rb44efd17 r9e27e87  
    146146      <listitem>
    147147        <para>Estimated build time: &x7libs-time;</para>
     148      </listitem>
     149    </itemizedlist>
     150
     151    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
     152    <itemizedlist spacing="compact">
     153      <listitem>
     154        <para>
     155          Required patch:
     156          <ulink url="&patch-root;/libXft-&libXft-version;-freetype_fix-1.patch"/>
     157        </para>
    148158      </listitem>
    149159    </itemizedlist>
     
    249259      ./configure $XORG_CONFIG --disable-devel-docs
    250260    ;;
     261    libXft-[0-9]* )
     262      patch -Np1 -i libXft-&libXft-version;-freetype_fix-1.patch
     263    ;;
    251264    libXt-[0-9]* )
    252265      ./configure $XORG_CONFIG \
  • x/lib/xulrunner.xml

    rb44efd17 r9e27e87  
    7272        <para>
    7373          Estimated build time: &xulrunner-time;
     74        </para>
     75      </listitem>
     76    </itemizedlist>
     77
     78    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
     79    <itemizedlist spacing="compact">
     80      <listitem>
     81        <para>
     82          Required patch:
     83          <ulink url="&patch-root;/xulrunner-&xulrunner-version;-freetype-1.patch"/>
    7484        </para>
    7585      </listitem>
     
    223233    </para></note>
    224234
    225 <screen><userinput>make -f client.mk</userinput></screen>
     235<screen><userinput>patch -Np1 -i xulrunner-&xulrunner-version;-freetype-1.patch &amp;&amp;
     236make -f client.mk</userinput></screen>
    226237
    227238    <para>
Note: See TracChangeset for help on using the changeset viewer.