Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 29 Oct 2015 22:40:24 +0000 (UTC)
From:      Koop Mast <kwm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r400484 - head/graphics/libGL
Message-ID:  <201510292240.t9TMeOTn066463@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201510292240.t9TMeOTn066463>