Ignore:
Timestamp:
11/24/2017 10:19:30 PM (6 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.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, 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:
f4601069
Parents:
9dbc19e
Message:

goffice-0.10.36
gnumeric-1.12.36
seamonkey-2.49.1

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • xsoft/graphweb/seamonkey.xml

    r9dbc19e rb4201cc  
    77  <!ENTITY seamonkey-download-http "&mozilla-http;/seamonkey/releases/&seamonkey-version;/source/seamonkey-&seamonkey-version;.source.tar.xz">
    88  <!ENTITY seamonkey-download-ftp " ">
    9   <!ENTITY seamonkey-md5sum        "cf9ccf46be9359bd82e1931e083e942f">
    10   <!ENTITY seamonkey-size          "210 MB">
    11   <!ENTITY seamonkey-buildsize     "4.4 GB (125 MB installed)">
    12   <!ENTITY seamonkey-time          "15 SBU (using parallelism=4)">
     9  <!ENTITY seamonkey-md5sum        "c0ea3b8705975a12d9c4af966db1649f">
     10  <!ENTITY seamonkey-size          "219 MB">
     11  <!ENTITY seamonkey-buildsize     "4.6 GB (262 MB installed with devel env)">
     12  <!ENTITY seamonkey-time          "17 SBU (using parallelism=4)">
    1313]>
    1414
     
    217217ac_add_options --with-system-nspr
    218218ac_add_options --with-system-nss
    219 
    220 # Us the internal version of icu due to execution problems
    221 #ac_add_options --with-system-icu
     219ac_add_options --with-system-icu
     220
     221<!-- seems OK with icu-60, seamonkey-2.49
     222# Use the internal version of icu due to execution problems-->
    222223
    223224# The BLFS editors recommend not changing anything below this line:
     
    270271unset EXTRA_FLAGS             &amp;&amp;
    271272
    272 sed -e /static_assert/s/_EVENT_SIZEOF/EVENT__SIZEOF/ \
    273     -i mozilla/ipc/chromium/src/base/message_pump_libevent.cc
    274 
    275273make -f client.mk</userinput></screen>
    276274
     
    325323      settings work around code which gcc6 and later would otherwise regard as
    326324      out-of-specification and allow it to produce a working program.
    327     </para>
    328 
    329     <para>
    330       <command>sed ... message_pump_libevent.cc</command>: Fix an
    331       error due to changes in libevent-2.1.8 and later.
    332325    </para>
    333326
     
    424417        </seg>
    425418        <seg>
    426           /usr/lib/seamonkey-&seamonkey-version;
     419          /usr/include/seamonkey-&seamonkey-version; (optional),
     420          /usr/lib/seamonkey-&seamonkey-version;,
     421          /usr/lib/seamonkey-devel-&seamonkey-version; (optional), and
     422          /usr/share/idl/seamonkey-&seamonkey-version; (optional)
    427423        </seg>
    428424      </seglistitem>
Note: See TracChangeset for help on using the changeset viewer.