Changeset 9e27e87 for xsoft


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:
xsoft
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • xsoft/graphweb/firefox.xml

    rb44efd17 r9e27e87  
    6969        <para>
    7070          Estimated build time: &firefox-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;/firefox-&firefox-version;-freetype-1.patch"/>
    7181        </para>
    7282      </listitem>
     
    236246    </para></note>
    237247     
    238 <screen><userinput>sed -i 's@ ""@@' browser/base/Makefile.in &amp;&amp;
     248<screen><userinput>patch -Np1 -i firefox-&firefox-version;-freetype-1.patch &amp;&amp;
     249sed -i 's@ ""@@' browser/base/Makefile.in &amp;&amp;
    239250make -f client.mk</userinput></screen>
    240251
  • xsoft/graphweb/seamonkey.xml

    rb44efd17 r9e27e87  
    7979        <para>
    8080          Estimated build time: &seamonkey-time;
     81        </para>
     82      </listitem>
     83    </itemizedlist>
     84
     85    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
     86    <itemizedlist spacing="compact">
     87      <listitem>
     88        <para>
     89          Required patch:
     90          <ulink url="&patch-root;/seamonkey-&seamonkey-version;-freetype-1.patch"/>
    8191        </para>
    8292      </listitem>
     
    202212    </note>
    203213
    204 <screen><userinput>make -f client.mk &amp;&amp;
     214<screen><userinput>patch -Np1 -i seamonkey-&seamonkey-version;-freetype-1.patch &amp;&amp;
     215make -f client.mk &amp;&amp;
    205216make -C moz-build-dir/suite/installer</userinput></screen>
    206217
  • xsoft/other/thunderbird.xml

    rb44efd17 r9e27e87  
    6969        <para>
    7070          Estimated build time: &thunderbird-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;/thunderbird-&thunderbird-version;-freetype-1.patch"/>
    7181        </para>
    7282      </listitem>
     
    212222    </para></note>
    213223
    214 <screen><userinput>make -f client.mk &amp;&amp;
     224<screen><userinput>patch -Np1 -i thunderbird-&thunderbird-version;-freetype-1.patch &amp;&amp;
     225make -f client.mk &amp;&amp;
    215226make -C thunderbuild/mail/installer</userinput></screen>
    216227
Note: See TracChangeset for help on using the changeset viewer.