Changeset 6ba8d3c for networking/textweb


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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.