Changeset 0602a99


Ignore:
Timestamp:
03/15/2006 02:57:50 PM (18 years ago)
Author:
Dan Nichilson <dnicholson@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, 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, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
6473e74
Parents:
190568b
Message:

Fix libexif ticket #1785

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r190568b r0602a99  
    1 <!ENTITY day          "14">                   <!-- Always 2 digits -->
     1<!ENTITY day          "15">                   <!-- Always 2 digits -->
    22<!ENTITY month        "03">                   <!-- Always 2 digits -->
    33<!ENTITY year         "2006">
  • general/graphlib/libexif.xml

    r190568b r0602a99  
    7676    commands:</para>
    7777
    78 <screen><userinput>./configure --prefix=/usr \
     78<screen><userinput>sed -i 's/^install-data-local/@HAVE_DOXYGEN_TRUE@&amp;/' \
     79            doc/Makefile.in &amp;&amp;
     80./configure --prefix=/usr \
    7981            --with-doc-dir=/usr/share/doc/libexif-&libexif-version; &amp;&amp;
    8082make</userinput></screen>
     
    9193    <filename class='directory'>doc</filename> directory that can be unpacked
    9294    into /usr/share/doc/libexif-&libexif-version;.</para>
     95
     96  </sect2>
     97
     98  <sect2 role="commands">
     99    <title>Command Explanations</title>
     100
     101    <para><command>sed -i ... doc/Makefile.in</command>:
     102    Installation of <application>libexif</application> will fail if
     103    <application>Doxygen</application> is not present on the system due to
     104    a packaging bug.  The command does not affect the situation where
     105    <application>Doxygen</application> is installed.</para>
    93106
    94107  </sect2>
  • introduction/welcome/changelog.xml

    r190568b r0602a99  
    5353
    5454    <listitem>
     55      <para>March 15th, 2006</para>
     56      <itemizedlist>
     57        <listitem>
     58          <para>[dnicholson] - Added sed to libexif commands to fix
     59          Ticket #1785.</para>
     60        </listitem>
     61      </itemizedlist>
     62    </listitem>
     63
     64    <listitem>
    5565      <para>March 13th, 2006</para>
    5666      <itemizedlist>
Note: See TracChangeset for help on using the changeset viewer.