Changeset ef829b7e


Ignore:
Timestamp:
08/08/2014 06:52:09 PM (10 years ago)
Author:
Ken Moffat <ken@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.6, 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, krejzi/svn, 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:
058aab51
Parents:
6f88eb2
Message:

Patch libsigc++ so that inkscape builds again.

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r6f88eb2 ref829b7e  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "07">                   <!-- Always 2 digits -->
     3<!ENTITY day          "08">                   <!-- Always 2 digits -->
    44<!ENTITY month        "08">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2014">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "August 7th, &year;">
     9<!ENTITY releasedate  "August 8th, &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • general/genlib/libsigc++.xml

    r6f88eb2 ref829b7e  
    7171    </itemizedlist>
    7272
     73    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
     74    <itemizedlist spacing="compact">
     75      <listitem>
     76        <para>
     77          Required patch:
     78          <ulink url="&patch-root;/libsigc++-&libsigc-version;-upstream_fixes-1.patch"/>
     79        </para>
     80      </listitem>
     81    </itemizedlist>
     82
    7383    <para condition="html" role="usernotes">User Notes:
    7484    <ulink url="&blfs-wiki;/libsigc++"/></para>
     
    8494    </para>
    8595
    86 <screen><userinput>./configure --prefix=/usr &amp;&amp;
     96<screen><userinput>patch -Np1 -i ../libsigc++-&libsigc-version;-upstream_fixes-1.patch &amp;&amp;
     97./configure --prefix=/usr &amp;&amp;
    8798make</userinput></screen>
    8899
  • introduction/welcome/changelog.xml

    r6f88eb2 ref829b7e  
    4444
    4545-->
     46
     47    <listitem>
     48      <para>August 8th, 2014</para>
     49      <itemizedlist>
     50        <listitem>
     51          <para>[ken] - Add patch to libsigc++-2.3.2.</para>
     52        </listitem>
     53      </itemizedlist>
     54    </listitem>
    4655
    4756    <listitem>
Note: See TracChangeset for help on using the changeset viewer.