Ignore:
Timestamp:
07/14/2013 03:40:03 PM (11 years ago)
Author:
Krejzi <krejzi@…>
Branches:
systemd-11177
Children:
d7513fd
Parents:
a5070e6
Message:

Merge trunk and systemd branch, part 1.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • multimedia/libdriv/libmad.xml

    ra5070e6 r71f73d39  
    5757    </itemizedlist>
    5858
     59    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
     60    <itemizedlist spacing='compact'>
     61      <listitem>
     62        <para>Required patch: <ulink
     63        url="&patch-root;/libmad-&libmad-version;-fixes-1.patch"/></para>
     64      </listitem>
     65    </itemizedlist>
     66
    5967    <para condition="html" role="usernotes">User Notes:
    6068    <ulink url="&blfs-wiki;/libmad"/></para>
     
    6876    following commands:</para>
    6977
    70 <screen><userinput>sed -i '/-fforce-mem/d' configure &amp;&amp;
     78<screen><userinput>patch -Np1 -i ../libmad-&libmad-version;-fixes-1.patch &amp;&amp;
     79autoconf &amp;&amp;
    7180./configure --prefix=/usr --disable-static &amp;&amp;
    7281make</userinput></screen>
     
    103112  <sect2 role="commands">
    104113    <title>Command Explanations</title>
    105 
    106     <para><command>sed -i '/-fforce-mem/d'</command>: This removes an obsolete
    107     compilation option that causes compilation to fail under GCC 4.4.x</para>
    108114
    109115    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
Note: See TracChangeset for help on using the changeset viewer.