Changeset 33e63255


Ignore:
Timestamp:
10/30/2019 01:27:30 AM (4 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 9.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:
40d3e7a
Parents:
ecadfe83
Message:

Fix SDL2 compilation on i686

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

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    recadfe83 r33e63255  
    4343       -->
    4444    <listitem>
    45       <para>October 28th, 2019</para>
    46       <itemizedlist>
     45      <para>October 29th, 2019</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[renodr] - Fix the build of SDL2 on i686 systems. Fixes
     49          <ulink url="&blfs-ticket-root;12633">#12633</ulink>.
     50          Thanks goes to tnut for reporting.</para>
     51        </listitem>
    4752        <listitem>
    4853          <para>[bdubbs] - Update to libchamplain-0.12.20. Fixes
     
    7580      </itemizedlist>
    7681    </listitem>
     82
    7783    <listitem>
    7884      <para>October 28th, 2019</para>
  • multimedia/libdriv/sdl2.xml

    recadfe83 r33e63255  
    5656      <listitem>
    5757        <para>Estimated build time: &sdl2-time;</para>
     58      </listitem>
     59    </itemizedlist>
     60
     61    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
     62    <itemizedlist spacing="compact">
     63      <listitem>
     64        <para>
     65          Required patch (for i686 systems):
     66           <ulink url="&patch-root;/SDL2-&sdl2-version;-opengl_include_fix-1.patch"/>
     67        </para>
    5868      </listitem>
    5969    </itemizedlist>
     
    8191    <title>Installation of SDL2</title>
    8292
     93    <para>First, if you are building on a 32-bit i686 system, apply a patch
     94    containing a fix for the OpenGL headers and their data types:</para>
     95
     96<screen><userinput remap="pre">case $(uname -m) in
     97   i?86) patch -Np1 -i ../SDL2-&sdl2-version;-opengl_include_fix-1.patch ;;
     98esac</userinput></screen>
     99
    83100    <para>Install <application>SDL2</application> by running the
    84101    following commands:</para>
Note: See TracChangeset for help on using the changeset viewer.