Author: andy
Date: 2006-07-12 14:53:10 -0600 (Wed, 12 Jul 2006)
New Revision: 6260

Modified:
   trunk/BOOK/multimedia/libdriv/sdl.xml
Log:
Added a sed to the sdl page to fix a problem compiling with support for NAS if 
X is installed somewhere other than /usr/X11R6. Thanks to Simon Scheiwiller for 
the fix


Modified: trunk/BOOK/multimedia/libdriv/sdl.xml
===================================================================
--- trunk/BOOK/multimedia/libdriv/sdl.xml       2006-07-11 18:24:10 UTC (rev 
6259)
+++ trunk/BOOK/multimedia/libdriv/sdl.xml       2006-07-12 20:53:10 UTC (rev 
6260)
@@ -78,6 +78,14 @@
   <sect2 role="installation">
     <title>Installation of SDL</title>
 
+    <para>If your <application>X Window System</application> is installed into
+    any prefix other than <filename class="directory">/usr/X11R6</filename>, 
+    execute the following command, replacing 
+    <replaceable>&lt;PREFIX&gt;</replaceable> with the installation prefix of 
+    the <application>X Window System</application>:</para>
+
+<screen><userinput>sed -i 
's:/usr/X11R6:<replaceable>&lt;PREFIX&gt;</replaceable>:' 
configure</userinput></screen>
+
     <para>Install <application>SDL</application> by running the
     following commands:</para>
 

-- 
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