Author: dj
Date: 2009-08-25 00:12:05 -0600 (Tue, 25 Aug 2009)
New Revision: 7982

Modified:
   trunk/BOOK/x/installing/x7driver.xml
Log:
Fix building of s3 and xgi drivers

Modified: trunk/BOOK/x/installing/x7driver.xml
===================================================================
--- trunk/BOOK/x/installing/x7driver.xml        2009-08-25 06:08:07 UTC (rev 
7981)
+++ trunk/BOOK/x/installing/x7driver.xml        2009-08-25 06:12:05 UTC (rev 
7982)
@@ -113,6 +113,14 @@
            -e "s/\xc3\x9c/\\\\[:U]/" man/*.man
     ;;
 esac &&
+case $(basename "$PWD") in
+xf86-video-s3-[0-9]* | xf86-video-xgi-[0-9]* )
+    for file in `grep -Rl "xf86Version.h" *`
+    do
+        sed '[email protected]@xorgversio...@g' -i "$file"
+    done
+    ;;
+esac &&
 ./configure $XORG_CONFIG \
     --with-xorg-module-dir=$XORG_PREFIX/lib/X11/modules &&
 make</userinput></screen>

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