Changeset e726ecfb


Ignore:
Timestamp:
11/30/2013 10:10:42 AM (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:
9b13441
Parents:
cd50e2e
Message:

xulrunner-25.0.1, firefox-25.0.1, seamonkey-2.22.1 and thunderbird-3.1.20 to build with FreeType-2.5.1: four equal typos.

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • x/lib/xulrunner.xml

    rcd50e2e re726ecfb  
    233233    </para></note>
    234234
    235 <screen><userinput>patch -Np1 -i xulrunner-&xulrunner-version;-freetype-1.patch &amp;&amp;
     235<screen><userinput>patch -Np1 -i ../xulrunner-&xulrunner-version;-freetype-1.patch &amp;&amp;
    236236make -f client.mk</userinput></screen>
    237237
  • xsoft/graphweb/firefox.xml

    rcd50e2e re726ecfb  
    246246    </para></note>
    247247     
    248 <screen><userinput>patch -Np1 -i firefox-&firefox-version;-freetype-1.patch &amp;&amp;
     248<screen><userinput>patch -Np1 -i ../firefox-&firefox-version;-freetype-1.patch &amp;&amp;
    249249sed -i 's@ ""@@' browser/base/Makefile.in &amp;&amp;
    250250make -f client.mk</userinput></screen>
  • xsoft/graphweb/seamonkey.xml

    rcd50e2e re726ecfb  
    212212    </note>
    213213
    214 <screen><userinput>patch -Np1 -i seamonkey-&seamonkey-version;-freetype-1.patch &amp;&amp;
     214<screen><userinput>patch -Np1 -i ../seamonkey-&seamonkey-version;-freetype-1.patch &amp;&amp;
    215215make -f client.mk &amp;&amp;
    216216make -C moz-build-dir/suite/installer</userinput></screen>
  • xsoft/other/thunderbird.xml

    rcd50e2e re726ecfb  
    222222    </para></note>
    223223
    224 <screen><userinput>patch -Np1 -i thunderbird-&thunderbird-version;-freetype-1.patch &amp;&amp;
     224<screen><userinput>patch -Np1 -i ../thunderbird-&thunderbird-version;-freetype-1.patch &amp;&amp;
    225225make -f client.mk &amp;&amp;
    226226make -C thunderbuild/mail/installer</userinput></screen>
Note: See TracChangeset for help on using the changeset viewer.