Changeset 3edfae5


Ignore:
Timestamp:
05/26/2024 06:08:39 PM (5 weeks ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
trunk
Children:
0005499, e34c476a
Parents:
3010deb
Message:

Fix gavl problems with gcc-14.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • multimedia/libdriv/gavl.xml

    r3010deb r3edfae5  
    9090
    9191    <para>
    92       Install <application>Gavl</application> by running the
     92      First, fix an issue with gcc-14 and later:
     93    </para>
     94
     95<screen><userinput>sed -i "/stdio/a #include &lt;string.h&gt;" src/fill_test.c</userinput></screen>
     96
     97    <para>
     98      Now, install <application>Gavl</application> by running the
    9399      following commands:
    94100    </para>
    95101
    96 <screen><userinput>LIBS=-lm                      \
    97 ./configure --prefix=/usr     \
    98             --without-doxygen \
     102<screen><userinput>LIBS=-lm                         \
     103./configure --prefix=/usr        \
     104            --without-doxygen    \
     105            --with-cpuflags=none \
    99106            --docdir=/usr/share/doc/gavl-&gavl-version; &amp;&amp;
    100107make</userinput></screen>
     
    124131      Doxygen. Omit if Doxygen is installed and you wish to build the API
    125132      documentation.
     133    </para>
     134
     135    <para>
     136      <parameter>--with-cpuflags=none</parameter>: This switch fixes a problem
     137      identifying capabilities of the system architecture.
    126138    </para>
    127139
Note: See TracChangeset for help on using the changeset viewer.