Changeset 19eb87f


Ignore:
Timestamp:
07/29/2019 04:07:07 PM (5 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 9.0, 9.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, 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:
0b05bda
Parents:
bc3bb455
Message:

Perform some minor cleanup on the seamonkey page

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

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    rbc3bb455 r19eb87f  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "28">                   <!-- Always 2 digits -->
     3<!ENTITY day          "29">                   <!-- Always 2 digits -->
    44<!ENTITY month        "07">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2019">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "July 28th, &year;">
     9<!ENTITY releasedate  "July 29th, &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • xsoft/graphweb/seamonkey.xml

    rbc3bb455 r19eb87f  
    265265    <para>
    266266      <application>GCC-9</application> generates some false positives with
    267       <command>--Werror=fromat</command>, which prevent building
     267      <command>-Werror=format</command>, which prevent building
    268268      <application>SeaMonkey</application>. Remove this flag with the
    269269      following command:
    270270    </para>
    271271
    272 <screen><userinput>grep -rl -- '-Werror=format' |
    273     xargs sed -i 's/error=format/no-&amp;/'</userinput></screen>
     272<screen><userinput>grep -rl -- '-Werror=format' | xargs sed -i 's/error=format/no-&amp;/'</userinput></screen>
    274273
    275274    <para>
     
    342341  <sect2 role="commands">
    343342    <title>Command Explanations</title>
    344 
     343<!--
    345344    <para>
    346345      <command>export CFLAGS= ... export CXXFLAGS= ...</command>: These
     
    348347      out-of-specification and allow it to produce a working program.
    349348    </para>
    350 
     349-->
    351350    <para>
    352351      <command>make -f client.mk</command>: Mozilla products are packaged to
Note: See TracChangeset for help on using the changeset viewer.