Date: Tue, 1 Oct 2013 17:56:36 +0000 (UTC) From: Niclas Zeising <zeising@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r328976 - head/x11-drivers/xf86-video-ati Message-ID: <201310011756.r91HuaEC005005@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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=""
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310011756.r91HuaEC005005>