Changeset e67830f1


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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    r1d5aab8 re67830f1  
    4848      <para>June 15th, 2015</para>
    4949      <itemizedlist>
     50        <listitem>
     51          <para>[fernando] - Firefox-38.0.5, SeaMonkey-2.33.1 and
     52          Thunderbird-38.0.1 fixes to build with FreeType-2.6.  Fixes
     53          <ulink url="&blfs-ticket-root;6611">#6611</ulink>.</para>
     54        </listitem>
    5055        <listitem>
    5156          <para>[fernando] - Update to fontforge-20150612.  Fixes
  • 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>
  • 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>
  • xsoft/other/thunderbird.xml

    r1d5aab8 re67830f1  
    243243ac_add_options --with-system-jpeg
    244244ac_add_options --with-system-png
    245 ac_add_options --with-system-zlib
    246 
    247 # Build broken with system freetype-2.6
    248 ac_add_options --enable-tree-freetype</literal>
     245ac_add_options --with-system-zlib</literal>
    249246EOF</userinput></screen>
    250 <!--
    251     <para>
    252       First, a bug needs to be fixed. Notice that thunderbuild needs to match
    253       the value used in mozconfig (above) for the object directory (MOZ_OBJDIR):
    254     </para>
    255 
    256 <!-\- might be necessary
    257 test $(uname -m) = "i686" && sed -i 's/enable-optimize/disable-optimize/' mozconfig || true &&-\->
    258 <screen><userinput>mkdir -vp mozilla/thunderbuild</userinput></screen>-->
     247
     248    <para>
     249      First, fix building with system freetype-2.6 or later:
     250    </para>
     251
     252<!-- might be necessary
     253test $(uname -m) = "i686" && sed -i 's/enable-optimize/disable-optimize/' mozconfig || true &&-->
     254<screen><userinput>sed -i '/^ftglyph.h/ i ftfntfmt.h' mozilla/config/system-headers</userinput></screen>
    259255
    260256    <para>
Note: See TracChangeset for help on using the changeset viewer.