Ignore:
Timestamp:
05/18/2018 08:03:29 PM (6 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, 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:
96e04daa
Parents:
6ec04ea
Message:

Update to kf5-apps-18.04.1

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • multimedia/libdriv/gavl.xml

    r6ec04ea r2a322db  
    8484    following commands:</para>
    8585
    86 <screen><userinput>./configure --prefix=/usr     \
     86<screen><userinput>LIBS=-lm                      \
     87./configure --prefix=/usr     \
    8788            --without-doxygen \
    8889            --docdir=/usr/share/doc/gavl-&gavl-version; &amp;&amp;
     
    99100  <sect2 role="commands">
    100101    <title>Command Explanations</title>
     102
     103    <para><envar>LIBS=-lm</envar>: This variable ensures the math library is
     104    searched when linking.</para>
    101105
    102106    <para><parameter>--without-doxygen</parameter>: This switch disables use of
Note: See TracChangeset for help on using the changeset viewer.