Changeset 66f85b1


Ignore:
Timestamp:
09/12/2014 04:55:01 PM (10 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.6, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, 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:
5b31bf4
Parents:
dd155dde
Message:

Add a patch to MesaLib to account for changes in the LLVM API, which breaks
the build and OpenGL

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

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    rdd155dde r66f85b1  
    4848      <para>September 12th, 2014</para>
    4949      <itemizedlist>
     50        <listitem>
     51          <para>[pierre] - Patch MesaLib-10.2.7 to account for the new LLVM
     52          API, which breaks the build and OpenGL. Fixes
     53          <ulink url="&blfs-ticket-root;5497">#5497</ulink>.</para>
     54        </listitem>
    5055        <listitem>
    5156          <para>[bdubbs] - Update to bluez-5.23. Fixes
  • x/installing/mesalib.xml

    rdd155dde r66f85b1  
    7777    <bridgehead renderas="sect3">Additional Patch</bridgehead>
    7878    <itemizedlist spacing="compact">
     79      <listitem>
     80        <para>
     81          Required patch:
     82          <ulink url="&patch-root;/MesaLib-&mesalib-version;-upstream_fixes-1.patch"/>.
     83        </para>
     84      </listitem>
    7985      <listitem>
    8086        <para>
     
    158164    </para>
    159165
    160 <screen><userinput>sed -e '/0x0303/ a#define OwningPtr std::unique_ptr\n#elif HAVE_LLVM >= 0x0303' \
    161     -e 's/^#if HAVE_LLVM >= 0x0303/#if HAVE_LLVM >= 0x0305/' \
    162     -i src/gallium/auxiliary/gallivm/lp_bld_debug.cpp &amp;&amp;
    163 
     166<screen><userinput>patch -Np1 -i ../MesaLib-&mesalib-version;-upstream_fixes-1.patch &amp;&amp;
    164167
    165168./autogen.sh CFLAGS="-O2" CXXFLAGS="-O2"   \
     
    220223
    221224    <para>
    222       <command>sed -e ...lp_bld_debug.cpp</command>: Fix build problem
     225      <command>patch -Np1...</command>: Fix various problems
    223226      introduced with LLVM-3.5.0.
    224227    </para>
Note: See TracChangeset for help on using the changeset viewer.