Changeset 973598a


Ignore:
Timestamp:
05/09/2023 06:32:25 PM (12 months ago)
Author:
Ken Moffat <ken@…>
Branches:
12.0, 12.1, kea, ken/TL2024, ken/tuningfonts, lazarus, lxqt, plabs/newcss, python3.11, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18, xry111/xf86-video-removal
Children:
5a39c5a
Parents:
9eed74c
Message:

Fix libvdpau-va-gl ftbfs with gcc-13.

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    r9eed74c r973598a  
    4343     <itemizedlist>
    4444       <listitem>
     45         <para>[ken] - Use a sed to fix libvdpau-va-gl-0.4.0 FTBFS with GCC-13. Fixes
     46         <ulink url="&blfs-ticket-root;18027">#18027</ulink>.</para>
     47       </listitem>
     48       <listitem>
    4549         <para>[ken] - Patch texlive source for a security fix.
    4650         <ulink url="&blfs-ticket-root;18006">#18006</ulink>.</para>
  • x/installing/libvdpau-va-gl.xml

    r9eed74c r973598a  
    109109      </para>
    110110
    111 <screen><userinput>mkdir build &amp;&amp;
     111<screen><userinput>sed -e '/#include &lt;stdlib.h&gt;/a #include &lt;string&gt;' -i src/api-device.cc &amp;&amp;
     112
     113mkdir build &amp;&amp;
    112114cd    build &amp;&amp;
    113115
     
    127129
    128130    </sect3>
     131
     132    <sect3 role="commands">
     133      <title>Command Explanations</title>
     134
     135      <para>
     136        <command>sed -e '/#include &lt;stdlib.h&gt;/a #include &lt;string&gt;' ...</command>:
     137        fix the build for the C++ Standard Library header changes in gcc-13.
     138      </para>
     139
     140    </sect3>
     141
    129142
    130143    <sect3 role="configuration">
Note: See TracChangeset for help on using the changeset viewer.