Ignore:
Timestamp:
11/25/2017 10:17:03 PM (6 years ago)
Author:
Ken Moffat <ken@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.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, 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:
52d9d2dc
Parents:
47e96317
Message:

Fix juffed breakage.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/editors/juffed.xml

    r47e96317 ref6f4bb  
    118118    </para>
    119119
    120 <screen><userinput>sed -i 's/"64"/""/' cmake/LibSuffix.cmake &amp;&amp;
     120<screen><userinput>sed -i 's/"64"/""/' cmake/LibSuffix.cmake                                     &amp;&amp;
     121sed -i '/JUFFED_LIBRARY/s/)$/ qtermwidget5)/' plugins/terminal/CMakeLists.txt &amp;&amp;
    121122
    122123mkdir -v build &amp;&amp;
     
    154155    <para>
    155156      <command>sed ... LibSuffix.cmake</command>: Removes the 64 from /lib64.
     157    </para>
     158
     159    <para>
     160      <command>sed -i '/JUFFED_LIBRARY/s/)$/ qtermwidget5)/'</command>: Allows this
     161      package to build against current <xref linkend="qtermwidget"/>.
    156162    </para>
    157163
Note: See TracChangeset for help on using the changeset viewer.