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:
parent
ef7b7865e2
commit
3acb019539
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=204493
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user