Date: Tue, 2 Sep 2014 22:54:11 +0000 (UTC) From: Sean Bruno <sbruno@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r367121 - head/graphics/dri Message-ID: <201409022254.s82MsBSt016875@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sbruno (src committer) Date: Tue Sep 2 22:54:11 2014 New Revision: 367121 URL: http://svnweb.freebsd.org/changeset/ports/367121 QAT: https://qat.redports.org/buildarchive/r367121/ Log: Enable SWRAST for armv6 architectures to allow building of dricore libs PR: 191767 Reviewed by: kwm Modified: head/graphics/dri/Makefile Modified: head/graphics/dri/Makefile ============================================================================== --- head/graphics/dri/Makefile Tue Sep 2 22:53:08 2014 (r367120) +++ head/graphics/dri/Makefile Tue Sep 2 22:54:11 2014 (r367121) @@ -61,7 +61,7 @@ PLIST_SUB+= GALLIUM="@comment " . if ${ARCH} == powerpc || ${ARCH} == powerpc64 DRI_DRIVERS= RADEON SWRAST . endif -. if ${ARCH} == sparc64 +. if ${ARCH} == sparc64 || ${ARCH} == armv6 DRI_DRIVERS= SWRAST . endif .else # !defined(WITH_NEW_XORG)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409022254.s82MsBSt016875>