svn commit: r367121 - head/graphics/dri

Sean Bruno sbruno at FreeBSD.org
Tue Sep 2 22:54:12 UTC 2014


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)


More information about the svn-ports-head mailing list