Changeset cd79557e


Ignore:
Timestamp:
11/12/2005 03:31:12 AM (18 years ago)
Author:
DJ Lucas <dj@…>
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:
a6d8d61
Parents:
428434e7
Message:

Updated gcc4 patches for mozilla projects.

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

Files:
5 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r428434e7 rcd79557e  
    1 <!ENTITY day          "09">
     1<!ENTITY day          "12">
    22<!ENTITY month        "11">
    33<!ENTITY year         "2005">
  • introduction/welcome/changelog.xml

    r428434e7 rcd79557e  
    4343
    4444    <listitem>
     45      <para>November 12th, 2005</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[dj] - Updated gcc4 patches for mozilla projects to include
     49          xptinfo.h anonymous enum patch.</para>
     50        </listitem>
     51      </itemizedlist>
     52    </listitem>
     53
     54    <listitem>
    4555      <para>November 9th, 2005</para>
    4656      <itemizedlist>
  • xsoft/graphweb/firefox.xml

    r428434e7 rcd79557e  
    7070      <listitem>
    7171        <para>Required patch: <ulink
    72         url="&patch-root;/firefox-&firefox-version;-gcc4-1.patch"/></para>
     72        url="&patch-root;/firefox-&firefox-version;-gcc4-2.patch"/></para>
    7373      </listitem>
    7474    </itemizedlist>
     
    119119&amp;\n    run_moz="$dist_bin/run-mozilla.sh"|' browser/app/mozilla.in &amp;&amp;
    120120
    121 patch -Np1 -i ../firefox-&firefox-version;-gcc4-1.patch &amp;&amp;
     121patch -Np1 -i ../firefox-&firefox-version;-gcc4-2.patch &amp;&amp;
    122122./configure --prefix=/usr \
    123123            --with-default-mozilla-five-home=/usr/lib/firefox-&firefox-version; \
  • xsoft/graphweb/mozilla.xml

    r428434e7 rcd79557e  
    8787      <listitem>
    8888        <para>Required patch: <ulink
    89           url="&patch-root;/mozilla-&mozilla-version;-gcc4-1.patch"/></para>
     89          url="&patch-root;/mozilla-&mozilla-version;-gcc4-2.patch"/></para>
    9090      </listitem>
    9191    </itemizedlist>
     
    146146    following commands:</para>
    147147
    148 <screen><userinput>patch -Np1 -i ../mozilla-&mozilla-version;-gcc4-1.patch &amp;&amp;
     148<screen><userinput>patch -Np1 -i ../mozilla-&mozilla-version;-gcc4-2.patch &amp;&amp;
    149149export MOZILLA_OFFICIAL="1" &amp;&amp;
    150150export BUILD_OFFICIAL="1" &amp;&amp;
  • xsoft/other/thunderbird.xml

    r428434e7 rcd79557e  
    8080      <listitem>
    8181        <para>Required patch: <ulink
    82         url="&patch-root;/thunderbird-&thunderbird-version;-gcc4-1.patch"/></para>
     82        url="&patch-root;/thunderbird-&thunderbird-version;-gcc4-2.patch"/></para>
    8383      </listitem>
    8484      <listitem>
     
    147147export BUILD_OFFICIAL="1" &amp;&amp;
    148148export MOZ_THUNDERBIRD="1" &amp;&amp;
    149 patch -Np1 -i ../thunderbird-&thunderbird-version;-gcc4-1.patch &amp;&amp;
     149patch -Np1 -i ../thunderbird-&thunderbird-version;-gcc4-2.patch &amp;&amp;
    150150patch -Np1 -i ../thunderbird-&thunderbird-version;-fixes-1.patch &amp;&amp;
    151151./configure --prefix=/usr \
Note: See TracChangeset for help on using the changeset viewer.