svn commit: r328976 - head/x11-drivers/xf86-video-ati
Niclas Zeising
zeising at FreeBSD.org
Tue Oct 1 17:56:37 UTC 2013
Author: zeising
Date: Tue Oct 1 17:56:36 2013
New Revision: 328976
URL: http://svnweb.freebsd.org/changeset/ports/328976
Log:
Fix build with old xorg on 10-CURRENT.
Submitted by: Fredrik Nystrom <fredrik at lysator.liu.se>
Modified:
head/x11-drivers/xf86-video-ati/Makefile
Modified: head/x11-drivers/xf86-video-ati/Makefile
==============================================================================
--- head/x11-drivers/xf86-video-ati/Makefile Tue Oct 1 17:41:26 2013 (r328975)
+++ head/x11-drivers/xf86-video-ati/Makefile Tue Oct 1 17:56:36 2013 (r328976)
@@ -15,7 +15,7 @@ MAN4= ati.4x radeon.4x
NO_STAGE= yes
.include <bsd.port.pre.mk>
-.if ${OSVERSION} < 1000051
+.if ${OSVERSION} < 1000051 || !defined(WITH_NEW_XORG)
ATI_VERSION= 6.14.6
CONFIGURE_ARGS+=--disable-kms
PLIST_SUB+= OLD=""
More information about the svn-ports-all
mailing list