Changeset 7e4ee34


Ignore:
Timestamp:
02/18/2015 10:57:36 AM (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.7, 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:
05c1cfc2
Parents:
48e2259
Message:

Now book itself: Add new version of the patch to fix build libreoffice-4.4.0.3
with gcc-4.9 or later (apparently only for i686).

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r48e2259 r7e4ee34  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "17">                   <!-- Always 2 digits -->
     3<!ENTITY day          "18">                   <!-- Always 2 digits -->
    44<!ENTITY month        "02">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2015">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "February 17th, &year;">
     9<!ENTITY releasedate  "February 18th, &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • introduction/welcome/changelog.xml

    r48e2259 r7e4ee34  
    4444
    4545-->
     46
     47    <listitem>
     48      <para>February 18th, 2015</para>
     49      <itemizedlist>
     50        <listitem>
     51          <para>[fernando] - Add new version of the patch to fix build
     52          libreoffice-4.4.0.3 with gcc-4.9 or later
     53          (apparently only for i686).".</para>
     54        </listitem>
     55      </itemizedlist>
     56    </listitem>
    4657
    4758    <listitem>
  • xsoft/office/libreoffice.xml

    r48e2259 r7e4ee34  
    154154          Required patch for i686 systems, in order to fix a problem introduced
    155155          by <application>&gcc-490;</application>:
    156           <ulink url="&patch-root;/libreoffice-&libreoffice-dlversion;-gcc_4_9_0-1.patch"/>
     156          <ulink url="&patch-root;/libreoffice-&libreoffice-dlversion;-gcc_4_9_0-2.patch"/>
    157157        </para>
    158158      </listitem>
     
    367367    </para>
    368368
    369 <screen><userinput>patch -Np1 -i ../libreoffice-&libreoffice-dlversion;-gcc_4_9_0-1.patch</userinput></screen>
     369<screen><userinput>patch -Np1 -i ../libreoffice-&libreoffice-dlversion;-gcc_4_9_0-2.patch</userinput></screen>
    370370
    371371    <para>
Note: See TracChangeset for help on using the changeset viewer.