Ignore:
Timestamp:
05/07/2016 08:10:29 PM (8 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
systemd-13485
Children:
2e633b6
Parents:
37191af
Message:

Sync to trunk r17332

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@17335 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • xsoft/graphweb/firefox.xml

    r37191af rd7bee48  
    66
    77  <!ENTITY firefox-download-http "&mozilla-http;/firefox/releases/&firefox-version;/source/firefox-&firefox-version;.source.tar.xz">
    8 <!-- 550 Permission denied.
    9   <!ENTITY firefox-download-ftp "&mozilla-ftp;/firefox/releases/&firefox-version;/source/firefox-&firefox-version;.source.tar.bz2"> -->
    108  <!ENTITY firefox-download-ftp " ">
    11   <!ENTITY firefox-md5sum        "09cbada824841f9e1d77f095e7cd02c1">
    12   <!ENTITY firefox-size          "176 MB">
    13   <!ENTITY firefox-buildsize     "4.4 GB (80 MB installed)">
    14   <!ENTITY firefox-time          "11 SBU (with parallelism=4)">
     9  <!ENTITY firefox-md5sum        "3e3b90268b8a634f7c60a25eb3a04c8c">
     10  <!ENTITY firefox-size          "179 MB">
     11  <!ENTITY firefox-buildsize     "4.4 GB (84 MB installed)">
     12  <!ENTITY firefox-time          "11.5 SBU (with parallelism=4)">
    1513]>
    1614
     
    189187#ac_add_options --enable-gstreamer=1.0
    190188
    191 # Uncomment this option if you wish to build with gtk+-3
    192 #ac_add_options --enable-default-toolkit=cairo-gtk3
     189# Comment this option if you wish to build with gtk+-3
     190ac_add_options --enable-default-toolkit=cairo-gtk2
    193191
    194192# Uncomment these lines if you have installed optional dependencies:
     
    255253    </para></note>
    256254
    257 <screen><userinput>make -f client.mk</userinput></screen>
     255<screen><userinput>sed -e '/#include/i\
     256   print OUT "#define _GLIBCXX_INCLUDE_NEXT_C_HEADERS\\n"\;' \
     257   -i nsprpub/config/make-system-wrappers.pl
     258
     259sed -e '/#include/a\
     260   print OUT "#undef __GLIBCXX_INCLUDE_NEXT_C_HEADERS\\n"\;' \
     261   -i nsprpub/config/make-system-wrappers.pl
     262
     263CXX='g++ -std=c++11' make -f client.mk</userinput></screen>
    258264
    259265    <para>
     
    275281  <sect2 role="commands">
    276282    <title>Command Explanations</title>
     283
     284    <para>
     285      <command>sed ...</command>: These commands correct the source to be
     286      compatible with gcc6.
     287    </para>
    277288
    278289    <para>
Note: See TracChangeset for help on using the changeset viewer.