Changeset 6462eea for xsoft


Ignore:
Timestamp:
10/23/2013 08:01:13 PM (10 years ago)
Author:
Ken Moffat <ken@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 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:
e616e6c
Parents:
b0de1262
Message:

gnash: fix build when kdelibs4 has been installed (a gcc-4.7 change) and add kdelibs as an optional dependency.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • xsoft/other/gnash.xml

    rb0de1262 r6462eea  
    102102      <xref linkend="GConf"/>,
    103103      <xref linkend="git"/>,
     104      <xref linkend="kdelibs"/>,
    104105      <xref linkend="libogg"/>,
    105106      <xref linkend="libvorbis"/>,
     
    133134  gui/Makefile.in utilities/Makefile.in &amp;&amp;
    134135sed -i "/DGifOpen/s:Data:&amp;, NULL:" libbase/GnashImageGif.cpp &amp;&amp;
     136sed -i '/#include &lt;csignal&gt;/a\#include &lt;unistd.h&gt;' plugin/klash4/klash_part.cpp &amp;&amp;
    135137./configure --prefix=/usr --sysconfdir=/etc               \
    136138  --with-npapi-incl=/usr/include/npapi-sdk --enable-media=gst \
     
    163165      This sed fixes building with recent versions of
    164166      <application>Giflib</application>.
     167    </para>
     168
     169    <para>
     170      <command>sed -i '/#include &lt;csignal&gt;/a\#include &lt;unistd.h&gt;' ...</command>:
     171      This fixes building when <application>kdelibs</application> has been installed.
    165172    </para>
    166173
Note: See TracChangeset for help on using the changeset viewer.