Changeset f6693ed for x


Ignore:
Timestamp:
09/08/2014 02:44:51 PM (10 years ago)
Author:
Fernando de Oliveira <fernando@…>
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:
640a529
Parents:
6193c394
Message:

MesaLib-10.2.6: fix build with LLVM-3.5.0. Thanks ojab.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/installing/mesalib.xml

    r6193c394 rf6693ed  
    158158    </para>
    159159
    160 <screen><userinput>./autogen.sh CFLAGS="-O2" CXXFLAGS="-O2"   \
     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
     164
     165./autogen.sh CFLAGS="-O2" CXXFLAGS="-O2"   \
    161166            --prefix=$XORG_PREFIX          \
    162167            --sysconfdir=/etc              \
     
    213218  <sect2 role="commands">
    214219    <title>Command Explanations</title>
     220
     221    <para>
     222      <command>sed -e ...lp_bld_debug.cpp</command>: Fix build problem
     223      introduced with LLVM-3.5.0.
     224    </para>
    215225
    216226    <para>
Note: See TracChangeset for help on using the changeset viewer.