Fix gegl build for latest exiv2

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@21557 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Bruce Dubbs 2019-05-05 17:17:02 +00:00
parent 4738b857ce
commit 946c21dcc8

View File

@ -120,6 +120,12 @@
<sect2 role="installation">
<title>Installation of gegl</title>
<para>
First, fix a problem with the latest <xref linkend='exiv2'/>:
</para>
<screen><userinput>sed -i '/exif.hpp/a#include &lt;exiv2/error.hpp&gt;' tools/exp_combine.cpp</userinput></screen>
<para>
Install <application>gegl</application> by running the following commands:
</para>