1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-22 00:35:15 +00:00

The I128 driver doesn't build properly on the Alpha so remove it.

Reviewed by:	 murray
Approved by:	 maintainer
This commit is contained in:
Steve Price 2002-01-25 05:07:17 +00:00
parent 1765270969
commit cb36424b79
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=53700

View File

@ -158,7 +158,9 @@ elif [ X"${MACHINE}" = X"alpha" ]; then
# force the compilation of the SVGA server.
echo "#undef XF86SVGAServer" >>$F
echo "#define XF86SVGAServer YES" >>$F
servers="Mono S3 S3V Mach64 P9000 I128 GLINT TGA"
echo "#undef XF86I128Server" >>$F
echo "#define XF86I128Server NO" >>$F
servers="Mono S3 S3V Mach64 P9000 GLINT TGA"
selected=SVGA
for i in $servers; do
yesno "Do you want to build the $i server?"