mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 23:32:12 +08:00
Fix building of s3 and xgi drivers
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@7982 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
f13cc6f906
commit
153a834eb7
@ -113,6 +113,14 @@ xf86-video-newport-[0-9]* )
|
||||
-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 's@xf86Version.h@xorgVersion.h@g' -i "$file"
|
||||
done
|
||||
;;
|
||||
esac &&
|
||||
./configure $XORG_CONFIG \
|
||||
--with-xorg-module-dir=$XORG_PREFIX/lib/X11/modules &&
|
||||
make</userinput></screen>
|
||||
|
Loading…
Reference in New Issue
Block a user