Ignore:
Timestamp:
04/15/2012 05:19:58 PM (12 years ago)
Author:
Ragnar Thomsen <rthomsen@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, 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, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
1bc70b56
Parents:
86f9469
Message:

Fix Qca compile with GCC4.7. QTDIR variable.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kde4/core/phonon.xml

    r86f9469 rad41452  
    9999<screen><userinput>mkdir build &amp;&amp;
    100100cd build &amp;&amp;
    101 cmake -DCMAKE_INSTALL_PREFIX=$QT4DIR \
     101cmake -DCMAKE_INSTALL_PREFIX=&qt-dir; \
    102102      -DPHONON_INSTALL_QT_EXTENSIONS_INTO_SYSTEM_QT=TRUE \
    103103      .. &amp;&amp;
     
    113113    <title>Command Explanations</title>
    114114
    115     <para><option>-DPHONON_INSTALL_QT_EXTENSIONS_INTO_SYSTEM_QT=TRUE</option>: This option ensures that the plugins and mkspecs files get installed in the correct location.</para>
     115    <para><option>-DPHONON_INSTALL_QT_EXTENSIONS_INTO_SYSTEM_QT=TRUE</option>:
     116    This option ensures that the plugins and mkspecs files get installed in
     117    the correct location.</para>
    116118
    117119  </sect2>
     
    122124       
    123125<screen><userinput>sed -i -e 's#{includedir}$#&amp; -I\${includedir}/phonon#' \
    124           $QT4DIR/lib/pkgconfig/phonon.pc</userinput></screen>
     126          &qt-dir;/lib/pkgconfig/phonon.pc</userinput></screen>
    125127-->
    126128
     
    137139
    138140    <segmentedlist>
    139       <segtitle>Installed Program</segtitle>
     141      <segtitle>Installed Programs</segtitle>
    140142      <segtitle>Installed Libraries</segtitle>
    141       <segtitle>Installed Directory</segtitle>
     143      <segtitle>Installed Directories</segtitle>
    142144
    143145      <seglistitem>
    144146        <seg>none</seg>
    145         <seg>libphonon.so, libphononexperimental.so</seg>
     147        <seg>libphonon.so and libphononexperimental.so</seg>
    146148        <seg>none</seg>
    147149      </seglistitem>
Note: See TracChangeset for help on using the changeset viewer.