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/firefox.xml

    r1d5aab8 re67830f1  
    234234EOF</userinput></screen>
    235235
    236     <!-- this problem seems to have gone with 36.0
    237     <note><para>
    238       There is a problem on i686 systems when building
    239       <application>Firefox</application> with <application>gcc</application>
    240       versions ranging from 4.8 to 4.9.1 and using the switch
    241       <quote>\-\-enable-optimize</quote>. There are two alternatives. The best
    242       one is to upgrade <application>gcc</application> to version 4.9.2 or later
    243       because it will give better perfomance and smaller binaries.  However, if
    244       you do not wish to upgrade gcc, reduce the level of optimization with:
    245     </para>
    246 
    247 <screen><userinput>test $(uname -m) = "i686" &amp;&amp; sed -i 's/enable-optimize/&amp;=-O2/' mozconfig || true</userinput></screen>
    248     </note>-->
     236    <para>
     237      First, fix building with system freetype-2.6 or later:
     238    </para>
     239
     240<screen><userinput>sed -i '/^ftglyph.h/ i ftfntfmt.h' config/system-headers</userinput></screen>
    249241
    250242    <para>
Note: See TracChangeset for help on using the changeset viewer.