Ignore:
Timestamp:
06/15/2015 10:10:24 PM (9 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.8, 7.9, 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, nosym, 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:
6d5ce50b
Parents:
1d5aab8
Message:

Firefox-38.0.5, SeaMonkey-2.33.1 and Thunderbird-38.0.1
fixes to build with FreeType-2.6.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • xsoft/graphweb/seamonkey.xml

    r1d5aab8 re67830f1  
    242242EOF</userinput></screen>
    243243
    244     <note><para>
    245       There is a problem on i686 systems when building
    246       <application>SeaMonkey</application> with <application>gcc</application>
    247       versions ranging from 4.8 to 4.9.1 and using the switch
    248       <quote>--enable-optimize</quote>. There are two alternatives. The best
    249       one is to upgrade <application>gcc</application> to version 4.9.2 or later
    250       because it will give better perfomance and smaller binaries.  However, if
    251       you do not wish to upgrade gcc, reduce the level of optimization with:
    252     </para>
    253 
    254 <screen><userinput>test $(uname -m) = "i686" &amp;&amp; sed -i 's/enable-optimize/&amp;=-O2/' mozconfig || true</userinput></screen>
    255     </note>
     244    <para>
     245      First, fix building with system freetype-2.6 or later:
     246    </para>
     247
     248<screen><userinput>sed -i '/^ftglyph.h/ i ftfntfmt.h' mozilla/config/system-headers</userinput></screen>
    256249
    257250    <note><para>
Note: See TracChangeset for help on using the changeset viewer.