diff options
author | linimon <linimon@FreeBSD.org> | 2007-12-25 07:35:52 +0000 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2007-12-25 07:35:52 +0000 |
commit | 00fc2eedd1ef88f586dc8e1006aefe5991f14c30 (patch) | |
tree | e6e50d8ce61991f635f7ca06f906cda50ee64447 /x11-drivers | |
parent | 9f29f20a98eec1c37acfe3f14a7d34beee39b712 (diff) | |
download | FreeBSD-ports-00fc2eedd1ef88f586dc8e1006aefe5991f14c30.zip FreeBSD-ports-00fc2eedd1ef88f586dc8e1006aefe5991f14c30.tar.gz |
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
Diffstat (limited to 'x11-drivers')
-rw-r--r-- | x11-drivers/xorg-drivers/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11-drivers/xorg-drivers/Makefile b/x11-drivers/xorg-drivers/Makefile index 7dee44b..66ce8705 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 \ |