Changeset 33e63255 for multimedia


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

File:
1 edited

Legend:

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