Changeset 973598a for x


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

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.