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