Author: andy
Date: 2012-03-27 11:13:46 -0600 (Tue, 27 Mar 2012)
New Revision: 9787

Modified:
   trunk/BOOK/x/lib/webkitgtk.xml
   trunk/BOOK/xsoft/graphweb/seamonkey.xml
   trunk/BOOK/xsoft/other/thunderbird.xml
Log:
Webkitgtk gcc-4.7 patch

Modified: trunk/BOOK/x/lib/webkitgtk.xml
===================================================================
--- trunk/BOOK/x/lib/webkitgtk.xml      2012-03-27 17:05:54 UTC (rev 9786)
+++ trunk/BOOK/x/lib/webkitgtk.xml      2012-03-27 17:13:46 UTC (rev 9787)
@@ -57,6 +57,16 @@
       </listitem>
     </itemizedlist>
 
+    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
+    <itemizedlist spacing="compact">
+      <listitem>
+        <para>
+          Required patch if you're using <application>GCC-4.7</application>:
+          <ulink 
url="&patch-root;/webkitgtk-&webkitgtk-version;_gcc-4.7-1.patch"/>
+        </para>
+      </listitem>
+    </itemizedlist>
+
     <bridgehead renderas="sect3">WebKitGTK+ Dependencies</bridgehead>
 
     <bridgehead renderas="sect4">Required</bridgehead>
@@ -91,7 +101,8 @@
     <para>Install <application>WebKitGTK+</application> by running the
     following commands:</para>
 
-<screen><userinput>./configure --prefix=/usr --with-gtk=3.0 \
+<screen><userinput>patch -p1 &lt; 
../webkitgtk-&webkitgtk-version;_gcc-4.7-1.patch &amp;&amp;
+./configure --prefix=/usr --with-gtk=3.0 \
             --enable-introspection &amp;&amp;
 make</userinput></screen>
 

Modified: trunk/BOOK/xsoft/graphweb/seamonkey.xml
===================================================================
--- trunk/BOOK/xsoft/graphweb/seamonkey.xml     2012-03-27 17:05:54 UTC (rev 
9786)
+++ trunk/BOOK/xsoft/graphweb/seamonkey.xml     2012-03-27 17:13:46 UTC (rev 
9787)
@@ -87,7 +87,7 @@
       <listitem>
         <para>
           Required patch if you're using <application>GCC-4.7</application>:
-          <ulink 
url="&patch-root;/seamonkey-&seamonkey-version;-gcc-4.7-1.patch"/>
+          <ulink 
url="&patch-root;/seamonkey-&seamonkey-version;_gcc-4.7-1.patch"/>
         </para>
       </listitem>
     </itemizedlist>
@@ -207,7 +207,7 @@
       command:
     </para>
 
-<screen><userinput>patch -p1 &lt; 
../seamonkey-&seamonkey-version;-gcc-4.7-1.patch &amp;&amp;
+<screen><userinput>patch -p1 &lt; 
../seamonkey-&seamonkey-version;_gcc-4.7-1.patch &amp;&amp;
 sed -i 's#VPX_CODEC_USE_INPUT_PARTITION#VPX_CODEC_USE_INPUT_FRAGMENTS#' \
   mozilla/configure &amp;&amp;
 make -f client.mk</userinput></screen>

Modified: trunk/BOOK/xsoft/other/thunderbird.xml
===================================================================
--- trunk/BOOK/xsoft/other/thunderbird.xml      2012-03-27 17:05:54 UTC (rev 
9786)
+++ trunk/BOOK/xsoft/other/thunderbird.xml      2012-03-27 17:13:46 UTC (rev 
9787)
@@ -78,7 +78,7 @@
       <listitem>
         <para>
           Required patch:
-          <ulink 
url="&patch-root;/thunderbird-&thunderbird-version;-gcc-4.7-1.patch"/>
+          <ulink 
url="&patch-root;/thunderbird-&thunderbird-version;_gcc-4.7-1.patch"/>
         </para>
       </listitem>
     </itemizedlist>
@@ -188,7 +188,7 @@
       commands:
     </para>
 
-<screen><userinput>patch -p1 &lt; 
../thunderbird-&thunderbird-version;-gcc-4.7-1.patch &amp;&amp;
+<screen><userinput>patch -p1 &lt; 
../thunderbird-&thunderbird-version;_gcc-4.7-1.patch &amp;&amp;
 sed -i 's#VPX_CODEC_USE_INPUT_PARTITION#VPX_CODEC_USE_INPUT_FRAGMENTS#' \
   mozilla/configure &amp;&amp;
 make -f client.mk &amp;&amp;

-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to