Changeset 27706cc


Ignore:
Timestamp:
12/24/2005 09:12:21 PM (18 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
030d7a0f
Parents:
4cf3eb1
Message:

Added a sed command to the Firefox instructions to fix an anonymous enum in an interface header file

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

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    r4cf3eb1 r27706cc  
    6060        </listitem>
    6161        <listitem>
    62           <para>[randy] - Updated to Firefox-1.5 and modified the method used
    63           to build the package.</para>
     62          <para>[randy] - Updated to Firefox-1.5, modified the method used
     63          to build it and added a command to fix an anonymous enum in an
     64          interface header file.</para>
    6465        </listitem>
    6566        <listitem>
  • xsoft/graphweb/firefox.xml

    r4cf3eb1 r27706cc  
    202202
    203203    <para>Compile <application>Firefox</application> by issuing the
    204     following command:</para>
    205 
    206 <screen><userinput>make -f client.mk build</userinput></screen>
     204    following commands:</para>
     205
     206<screen><userinput>sed -i "s/    enum/&amp; xptinfo_enum_1/" \
     207    xpcom/reflect/xptinfo/public/xptinfo.h &amp;&amp;
     208make -f client.mk build</userinput></screen>
    207209
    208210    <para>This package does not come with a test suite.</para>
     
    258260  <sect2 role="commands">
    259261    <title>Command Explanations</title>
     262
     263    <para><command>sed -i "s/    enum/&amp; xptinfo_enum_1/" ...</command>:
     264    This command is used to fix an anonymous enum in an external/public
     265    interface header file.</para>
    260266
    261267    <para><command>install -v -m755 -d .../chrome/icons/default</command> and
Note: See TracChangeset for help on using the changeset viewer.