aboutsummaryrefslogtreecommitdiff
path: root/x11-drivers/xf86-video-ati
diff options
context:
space:
mode:
authorKoop Mast <kwm@FreeBSD.org>2013-03-11 10:41:37 +0000
committerKoop Mast <kwm@FreeBSD.org>2013-03-11 10:41:37 +0000
commit393b97e2275722147b114ab3c7aef34c5d2d5513 (patch)
tree80a1457db7e5af2bd0534ffa750f1e85edb11453 /x11-drivers/xf86-video-ati
parentf3b483945b758c4f4510f82356609695525aaf3f (diff)
downloadports-393b97e2275722147b114ab3c7aef34c5d2d5513.tar.gz
ports-393b97e2275722147b114ab3c7aef34c5d2d5513.zip
Explicit disable KMS support. Because the ati driver only check if libdrm is
build with KMS support and doesn't have a idea if the kernel supports it or not. This will be revised when TTM/KMS support because available via src. This should help people that accidently enabled KMS support in libdrm. Obtained from: xorg-dev repo
Notes
Notes: svn path=/head/; revision=313864
Diffstat (limited to 'x11-drivers/xf86-video-ati')
-rw-r--r--x11-drivers/xf86-video-ati/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/x11-drivers/xf86-video-ati/Makefile b/x11-drivers/xf86-video-ati/Makefile
index 5ac3cd07c8b3..0f173cd9a0eb 100644
--- a/x11-drivers/xf86-video-ati/Makefile
+++ b/x11-drivers/xf86-video-ati/Makefile
@@ -18,4 +18,6 @@ XORG_CAT= driver
USE_XORG= xf86driproto xineramaproto videoproto xf86miscproto xextproto glproto
MAN4= ati.4x radeon.4x
+CONFIGURE_ARGS+=--disable-kms
+
.include <bsd.port.mk>