Changeset 79067e0 for general/prog


Ignore:
Timestamp:
11/24/2020 11:18:03 AM (3 years ago)
Author:
Thomas Trepl <thomas@…>
Branches:
10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, 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:
39edfbc4
Parents:
01701da9
Message:

Add patch to cmake-3.19.0

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/cmake.xml

    r01701da9 r79067e0  
    7575    </itemizedlist>
    7676
    77 <!--
     77<!-- -->
    7878    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    7979    <itemizedlist spacing="compact">
     
    8181        <para>
    8282          Required patch:
    83           <ulink url="&patch-root;/cmake-&cmake-version;-regression_fix-1.patch"/>
     83          <ulink url="&patch-root;/cmake-&cmake-version;-src_property_fix-1.patch"/>
    8484        </para>
    8585      </listitem>
    8686    </itemizedlist>
    87 -->
     87<!-- -->
    8888
    8989    <bridgehead renderas="sect3">CMake Dependencies</bridgehead>
     
    118118    <title>Installation of CMake</title>
    119119
    120  <!-- This patch was applied in 3.18.1!
    121     <para>
    122       First, fix a regression that was discovered after the release of 3.18.0:
    123     </para>
    124 
    125 <screen><userinput remap="pre">patch -Np1 -i ../cmake-&cmake-version;-regression_fix-1.patch</userinput></screen>
    126 -->
     120 <!-- This patch might be included in 3.19.1 and higher -->
     121    <para>
     122      First, fix a regression that was discovered after the release of 3.19.0:
     123    </para>
     124
     125<screen><userinput remap="pre">patch -Np1 -i ../cmake-&cmake-version;-src_property_fix-1.patch</userinput></screen>
     126<!-- -->
    127127
    128128    <para>
Note: See TracChangeset for help on using the changeset viewer.