Changeset 6ba8d3c


Ignore:
Timestamp:
01/13/2019 05:48:05 PM (5 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.4, 9.0, 9.1, bdubbs/svn, 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:
5cc300f
Parents:
5bb32c24
Message:

Fix W3M patch so that it builds with GC 8.0.x

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

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    r5bb32c24 r6ba8d3c  
    4444
    4545    <listitem>
    46       <para>January 10th, 2019</para>
    47       <itemizedlist>
     46      <para>January 13th, 2019</para>
     47      <itemizedlist>
     48        <listitem>
     49          <para>[pierre] - Fix the W3M patch so that it builds with GC
     50          8.0.x.</para>
     51        </listitem>
    4852        <listitem>
    4953          <para>[bdubbs] - Update to sudo-1.8.27. Fixes
  • networking/textweb/w3m.xml

    r5bb32c24 r6ba8d3c  
    6262        <para>
    6363          Required patch:
    64           <ulink url="&patch-root;/w3m-&w3m-version;-bdwgc72-1.patch"/>
     64          <ulink url="&patch-root;/w3m-&w3m-version;-bdwgc72-2.patch"/>
    6565        </para>
    6666      </listitem>
     
    9999    commands:</para>
    100100
    101 <screen><userinput>patch -Np1 -i ../w3m-&w3m-version;-bdwgc72-1.patch      &amp;&amp;
     101<screen><userinput>patch -Np1 -i ../w3m-&w3m-version;-bdwgc72-2.patch      &amp;&amp;
    102102sed -i 's/file_handle/file_foo/' istream.{c,h}  &amp;&amp;
    103103sed -i 's#gdk-pixbuf-xlib-2.0#&amp; x11#' configure &amp;&amp;
     
    124124
    125125    <para>
    126       <command>patch -p1 &lt; ../w3m-&w3m-version;-bdwgc72-1.patch</command>:
    127       This patch fixes compiling w3m with GC-7.2 installed.
     126      <command>patch -p1 &lt; ../w3m-&w3m-version;-bdwgc72-2.patch</command>:
     127      This patch fixes compiling w3m with GC-7.2 and above installed.
    128128    </para>
    129129
Note: See TracChangeset for help on using the changeset viewer.