Ignore:
Timestamp:
12/26/2014 10:53:01 PM (10 years ago)
Author:
Christopher Gregory <cjg@…>
Branches:
systemd-13485
Children:
1ce6ec91
Parents:
734cd42
Message:

Updated to doxygen-1.8.9 and added fixes from trunk to inkscape page.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • xsoft/other/inkscape.xml

    r734cd42 r91cbb22c  
    7777        <para>
    7878          Required patch:
    79           <ulink url="&patch-root;/inkscape-&inkscape-version;-gc-1.patch"/>
     79          <ulink url="&patch-root;/inkscape-&inkscape-version;-poppler-1.patch"/>
    8080        </para>
    8181      </listitem>
     
    136136    </para>
    137137
    138 <screen><userinput>patch -Np1 -i ../inkscape-&inkscape-version;-gc-1.patch &amp;&amp;
    139 
    140 ./configure --prefix=/usr  &amp;&amp;
     138<screen><userinput>patch -Np1 -i ../inkscape-&inkscape-version;-poppler-1.patch &amp;&amp;
     139autoreconf -vi &amp;&amp;
     140
     141sed -ri "s:.*(unsigned GC_version).*:\1 = GC_get_version()\;:" configure &amp;&amp;
     142
     143./configure --prefix=/usr &amp;&amp;
    141144make</userinput></screen>
    142145
     
    156159
    157160  </sect2>
    158 <!--
     161
    159162  <sect2 role="commands">
    160163    <title>Command Explanations</title>
    161164
    162165    <para>
    163       <command>sed -i src/extension ...</command>:
    164       This <command>sed</command> fixes building with poppler-0.26.0.
    165     </para>
    166 
    167     <para>
    168       <command>sed -e "s@commands_toolbox,@commands_toolbox@" ...</command>:
    169       This <command>sed</command> fixes building with GCC 4.8.
    170     </para>
    171 
    172   </sect2>-->
     166      <command>sed -ri ... configure</command>:
     167      This <command>sed</command> fixes building problems starting
     168      with gc-7.4.2.
     169    </para>
     170
     171  </sect2>
    173172
    174173  <sect2 role="content">
Note: See TracChangeset for help on using the changeset viewer.