Ignore:
Timestamp:
10/21/2015 05:05:21 PM (9 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 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, 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:
b78e9bc
Parents:
4ee2fcb
Message:

Fix issues in mozilla apps with freetype-2.6.1 and gconf dependencies.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • xsoft/graphweb/seamonkey.xml

    r4ee2fcb r89cdb63d  
    131131      <xref linkend="dbus-glib"/>,
    132132      <xref linkend="doxygen"/>,
     133      <xref linkend="GConf"/>,
    133134      <xref linkend="gst10-plugins-base"/> (with
    134135      <xref linkend="gst10-plugins-good"/> and
     
    192193# Comment out following option if you have PulseAudio installed
    193194ac_add_options --disable-pulseaudio
    194 <!-- Does not work
    195 # If you have not installed Yasm then uncomment this line:
    196 #ac_add_options - -disable-webm
    197 -->
     195
     196# Comment out following option if you have gconf installed
     197ac_add_options --disable-gconf
     198
    198199# Comment out following options if you have not installed
    199200# recommended dependencies:
     
    242243    </para>
    243244
    244 <screen><userinput>sed -i '/^ftglyph.h/ i ftfntfmt.h' mozilla/config/system-headers</userinput></screen>
     245<screen><userinput>sed -e '/^ftglyph.h/i ftfntfmt.h'                     \
     246    -e '/^freetype\/ftcache.h/a freetype\/ftfntfmt.h' \
     247    -i mozilla/config/system-headers</userinput></screen>
    245248
    246249    <note><para>
     
    281284
    282285<screen role="root"><userinput>make  -f client.mk install INSTALL_SDK= &amp;&amp;
    283 
    284 chown -R 0:0 /usr/lib/seamonkey-&seamonkey-version;  &amp;&amp;
     286chown -R 0:0 /usr/lib/seamonkey-&seamonkey-version;    &amp;&amp;
    285287cp    -v moz-build-dir/dist/man/man1/seamonkey.1 /usr/share/man/man1</userinput></screen>
    286288
Note: See TracChangeset for help on using the changeset viewer.