Ignore:
Timestamp:
08/01/2015 04:26:22 AM (9 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
systemd-13485
Children:
ad6910d
Parents:
4a83293
Message:

Import back into SVN from Github

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/graphlib/libmng.xml

    r4a83293 rac38e9dc  
    77  <!ENTITY libmng-download-http "&sourceforge-repo;/libmng/libmng-&libmng-version;.tar.xz">
    88  <!ENTITY libmng-download-ftp  " ">
    9   <!ENTITY libmng-md5sum        "3804bf2523af9b4e0670b5982b3bf984">
     9  <!ENTITY libmng-md5sum        "e9e899adb1b681b17f14d91e261878c5">
    1010  <!ENTITY libmng-size          "932 KB">
    1111  <!ENTITY libmng-buildsize     "15 MB">
    12   <!ENTITY libmng-time          "0.2 SBU">
     12  <!ENTITY libmng-time          "0.1 SBU">
    1313]>
    1414
     
    3434    (MNG) files which are the animation equivalents to PNG files.</para>
    3535
    36     &lfs76_checked;
     36    &lfs77_checked;
    3737
    3838    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    7777    commands:</para>
    7878
    79 <screen><userinput>sed -i "/jpeglib.h/i #include &lt;stdio.h&gt;" libmng_types.h &amp;&amp;
    80 
    81 ./configure --prefix=/usr --disable-static &amp;&amp;
     79<screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
    8280make</userinput></screen>
    8381
     
    8886<screen role="root"><userinput>make install &amp;&amp;
    8987
    90 install -v -m755 -d        /usr/share/doc/libmng-&libmng-version; &amp;&amp;
     88install -v -dm755          /usr/share/doc/libmng-&libmng-version; &amp;&amp;
    9189install -v -m644 doc/*.txt /usr/share/doc/libmng-&libmng-version;</userinput></screen>
    9290
     
    9593  <sect2 role="commands">
    9694    <title>Command Explanations</title>
    97 
    98     <para>
    99       <command>sed -i "..." libmng_types.h</command>: This command adds a
    100       missing header which would cause other apps that link to this
    101       package fail to compile.
    102     </para>
    10395
    10496    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
Note: See TracChangeset for help on using the changeset viewer.