Changeset b6a3783 for xsoft


Ignore:
Timestamp:
08/30/2016 07:33:01 PM (8 years ago)
Author:
Ken Moffat <ken@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
bf084838
Parents:
2fd90a2
Message:

Build gimp-2.8.18 agaisnt gegl-0.3 even if gtk-doc was not installed.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • xsoft/other/gimp.xml

    r2fd90a2 rb6a3783  
    169169    </para>
    170170
    171 <screen><userinput>sed -i '/gegl/s/2/3/' configure.ac &amp;&amp;
    172 sed -i '70,75 d' app/core/gimpparamspecs-duplicate.c &amp;&amp;
    173 autoreconf -fiv</userinput></screen>
     171<screen><userinput>sed -i '/gegl/s/2/3/' configure &amp;&amp;
     172sed -i '70,75 d' app/core/gimpparamspecs-duplicate.c</userinput></screen>
    174173
    175174    <para>
     
    245244
    246245    <para>
    247       <command>sed ... configure.ac</command>: This command allows
     246      <command>sed ... configure &amp;&amp; sed ...</command>:
     247      These commands allow
    248248      building with the current version of gegl.
    249249    </para>
    250250
     251    <!-- we dropped this ?
    251252    <para>
    252253      <command>sed -i ... ltmain.sh</command>: This sed silences several
    253254      useless and annoying warnings generated by libtool.
    254     </para>
     255    </para> -->
    255256
    256257    <para>
Note: See TracChangeset for help on using the changeset viewer.