svn commit: r400484 - head/graphics/libGL

Koop Mast kwm at FreeBSD.org
Thu Oct 29 22:40:25 UTC 2015


Author: kwm
Date: Thu Oct 29 22:40:24 2015
New Revision: 400484
URL: https://svnweb.freebsd.org/changeset/ports/400484

Log:
  Fix the build on powerpc*
  The gallium driver is called radeonsi not radeon.
  
  Submitted by:	jmmv@, andreast@
  Differential Revision:	https://reviews.freebsd.org/D3966

Modified:
  head/graphics/libGL/Makefile.common

Modified: head/graphics/libGL/Makefile.common
==============================================================================
--- head/graphics/libGL/Makefile.common	Thu Oct 29 22:27:39 2015	(r400483)
+++ head/graphics/libGL/Makefile.common	Thu Oct 29 22:40:24 2015	(r400484)
@@ -149,7 +149,7 @@ GALLIUM_DRIVERS=	${ALL_GALLIUM_DRIVERS}
 
 .if ${ARCH} == powerpc || ${ARCH} == powerpc64
 DRI_DRIVERS=	RADEON SWRAST
-GALLIUM_DRIVERS=	RADEON SWRAST
+GALLIUM_DRIVERS=	RADEONSI SWRAST
 .endif
 
 .if ${ARCH} == sparc64 || ${ARCH} == armv6


More information about the svn-ports-all mailing list