1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-29 05:38:00 +00:00

Turn off via video driver for sparc64. It doesn't make sense, and currently

doesn't build there anyway.  This is affecting the release builds.

This is a workaround: sparc64 video drivers probably need more exclusions.

Briefly discussed with:		flz
This commit is contained in:
Mark Linimon 2007-12-25 07:35:52 +00:00
parent ef7b7865e2
commit 3acb019539
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=204493

View File

@ -29,10 +29,12 @@ VIDEO_ON= ati \
intel \
nv \
radeonhd \
vesa vga via
vesa vga
.if ${ARCH} == "sparc64"
VIDEO_ON+= sunffb
.else
VIDEO_ON+= via
.endif
VIDEO_OFF= apm ark \