svn commit: r313864 - head/x11-drivers/xf86-video-ati
Koop Mast
kwm at FreeBSD.org
Mon Mar 11 10:41:37 UTC 2013
Author: kwm
Date: Mon Mar 11 10:41:37 2013
New Revision: 313864
URL: http://svnweb.freebsd.org/changeset/ports/313864
Log:
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
Modified:
head/x11-drivers/xf86-video-ati/Makefile
Modified: head/x11-drivers/xf86-video-ati/Makefile
==============================================================================
--- head/x11-drivers/xf86-video-ati/Makefile Mon Mar 11 10:20:05 2013 (r313863)
+++ head/x11-drivers/xf86-video-ati/Makefile Mon Mar 11 10:41:37 2013 (r313864)
@@ -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>
More information about the svn-ports-all
mailing list