Changeset 28324dbe for general/genlib


Ignore:
Timestamp:
08/09/2014 10:27:26 AM (10 years ago)
Author:
Krejzi <krejzi@…>
Branches:
systemd-11177
Children:
3df0b486
Parents:
89d3704b
Message:

Merge trunk, minor text correction on nautilus update.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@13869 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/libsigc++.xml

    r89d3704b r28324dbe  
    8484    </para>
    8585
    86 <screen><userinput>./configure --prefix=/usr &amp;&amp;
     86<screen><userinput>sed -i '/type_traits.h/i\#include &lt;sigc++/visit_each.h&gt;' \
     87 sigc++/macros/limit_reference.h.m4 &amp;&amp;
     88./configure --prefix=/usr &amp;&amp;
    8789make</userinput></screen>
    8890
     
    9698
    9799<screen role="root"><userinput>make install</userinput></screen>
     100
     101  </sect2>
     102
     103  <sect2 role="commands">
     104    <title>Command Explanations</title>
     105
     106    <para>
     107      <command>sed -i '/type_traits.h/i\#include &lt;sigc++/visit_each.h&gt;'
     108      sigc++/macros/limit_reference.h.m4</command>: This sed fixes a bug
     109      which prevents <application>inkscape</application> compiling.
     110    </para>
    98111
    99112  </sect2>
Note: See TracChangeset for help on using the changeset viewer.