Changeset a949fa4
- Timestamp:
- 04/22/2012 06:28:16 PM (12 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 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, gimp3, 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/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 1412d23b
- Parents:
- 9e069685
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
x/lib/xulrunner.xml
r9e069685 ra949fa4 73 73 <para> 74 74 Estimated build time: &xulrunner-time; 75 </para>76 </listitem>77 </itemizedlist>78 79 <bridgehead renderas="sect3">Additional Downloads</bridgehead>80 <itemizedlist spacing="compact">81 <listitem>82 <para>83 Required patch if you're using <application>GCC-4.7</application>:84 <ulink url="&patch-root;/xulrunner-&xulrunner-version;_gcc-4.7-1.patch"/>85 75 </para> 86 76 </listitem> … … 199 189 </para> 200 190 201 <screen><userinput>patch -p1 < ../xulrunner-&xulrunner-version;_gcc-4.7-1.patch && 202 sed -i 's#VPX_CODEC_USE_INPUT_PARTITION#VPX_CODEC_USE_INPUT_FRAGMENTS#' configure && 203 if pkg-config --atleast-version &nspr-version; nspr 191 <screen><userinput>sed -i '/fcntl.h/a#include <unistd.h>' \ 192 ipc/chromium/src/base/{file_util_linux,message_pump_libevent}.cc && 193 sed -i '/sys\/time\.h/a#include <unistd.h>' ipc/chromium/src/base/time_posix.cc && 194 make -f client.mk</userinput></screen> 195 196 <!-- 197 if pkg-config --atleast-version &nspr-version; nspr 204 198 then sed -i '/Version/aRequires: nspr >= &nspr-version;' xulrunner/installer/libxul-embedding.pc.in 205 199 else sed -i '/Version/aRequires: mozilla-nspr >= &nspr-version;' xulrunner/installer/libxul-embedding.pc.in 206 200 fi && 207 make -f client.mk</userinput></screen>201 --> 208 202 209 203 <para> … … 216 210 217 211 <screen role="root"><userinput>make -C xulrunner-build-dir install && 218 mkdir -p /usr/lib/mozilla &&212 mkdir -p /usr/lib/mozilla/plugins && 219 213 rm -rf /usr/lib/xulrunner-&xulrunner-version;/plugins && 220 214 ln -sv ../mozilla/plugins /usr/lib/xulrunner-&xulrunner-version; && … … 229 223 230 224 <para> 231 <command>sed -i 's#VPX_CODEC_USE_INPUT_PARTITION ...</command>: This fixes 232 <application>Xulrunner's</application> <command>configure</command> 233 script to properly detect <xref linkend="libvpx"/>. It is not needed if 234 you have libvpx-v0.9.7 or earlier installed or if you've not installed 235 <application>Libvpx</application>. 236 </para> 237 238 <para> 239 <command>if pkg-config --atleast-version &nspr-version; nspr; 225 <command>sed -i '/fcntl.h/a#include <unistd.h>' 226 ipc/chromium/src/base/{file_util_linux,message_pump_libevent}.cc 227 && sed -i '/sys\/time\.h/a#include <unistd.h>' 228 ipc/chromium/src/base/time_posix.cc</command>: These seds fix bugs that 229 would otherwise break the build if you're using 230 <application>GCC 4.7</application>. 231 </para> 232 233 <!-- is this sed nstill needed? 234 <para> 235 <command>if pkg-config --atleast-version &nspr-version; nspr; 240 236 then sed -i '/Version/aRequires: nspr >= &nspr-version;' 241 237 xulrunner/installer/libxul-embedding.pc.in; … … 248 244 other applications without this, the prtypes header from NSPR will not be 249 245 found. 250 </para> 246 </para> --> 251 247 252 248 <para> … … 287 283 288 284 <seglistitem> 289 <seg>xulrunner , and optionally nspr-config</seg>285 <seg>xulrunner</seg> 290 286 <seg>Numerous libraries, browser components, plugins, extensions, and 291 287 helper modules installed in <filename -
xsoft/graphweb/firefox.xml
r9e069685 ra949fa4 70 70 <para> 71 71 Estimated build time: &firefox-time; 72 </para>73 </listitem>74 </itemizedlist>75 76 <bridgehead renderas="sect3">Additional Downloads</bridgehead>77 <itemizedlist spacing="compact">78 <listitem>79 <para>80 Required patch if you're using <application>GCC-4.7</application>:81 <ulink url="&patch-root;/firefox-&firefox-version;_gcc-4.7-1.patch"/>82 72 </para> 83 73 </listitem>
Note:
See TracChangeset
for help on using the changeset viewer.