aboutsummaryrefslogtreecommitdiff
path: root/x11-drivers/xorg-drivers
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2007-12-25 07:35:52 +0000
committerMark Linimon <linimon@FreeBSD.org>2007-12-25 07:35:52 +0000
commit3acb0195395975ba17b5c845b743bd1c2d235e8d (patch)
tree6c11d5894d58e159a045fbe347984b47a337a185 /x11-drivers/xorg-drivers
parentef7b7865e2335923867119c53e6a75b233ef3398 (diff)
downloadports-3acb0195395975ba17b5c845b743bd1c2d235e8d.tar.gz
ports-3acb0195395975ba17b5c845b743bd1c2d235e8d.zip
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
Notes
Notes: svn path=/head/; revision=204493
Diffstat (limited to 'x11-drivers/xorg-drivers')
-rw-r--r--x11-drivers/xorg-drivers/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/x11-drivers/xorg-drivers/Makefile b/x11-drivers/xorg-drivers/Makefile
index 7dee44bdc3bb..66ce870577b3 100644
--- a/x11-drivers/xorg-drivers/Makefile
+++ b/x11-drivers/xorg-drivers/Makefile
@@ -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 \