Changeset f6693ed


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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r6193c394 rf6693ed  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "07">                   <!-- Always 2 digits -->
     3<!ENTITY day          "08">                   <!-- Always 2 digits -->
    44<!ENTITY month        "09">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2014">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "September 7th, &year;">
     9<!ENTITY releasedate  "September 8th, &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • introduction/welcome/changelog.xml

    r6193c394 rf6693ed  
    4444
    4545-->
     46
     47    <listitem>
     48      <para>September 8th, 2014</para>
     49      <itemizedlist>
     50        <listitem>
     51          <para>[fernando] - MesaLib-10.2.6: fix build with LLVM-3.5.0.
     52          Thanks ojab. Partially fixes
     53          <ulink url="&blfs-ticket-root;5475">#5475</ulink>.</para>
     54        </listitem>
     55      </itemizedlist>
     56    </listitem>
    4657
    4758    <listitem>
  • 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.