svn commit: r549853 - head/x11-drivers/xf86-video-ati

Mark Linimon linimon at FreeBSD.org
Wed Sep 23 21:11:21 UTC 2020


Author: linimon
Date: Wed Sep 23 21:11:20 2020
New Revision: 549853
URL: https://svnweb.freebsd.org/changeset/ports/549853

Log:
  Allow building on powerpc64le.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/x11-drivers/xf86-video-ati/Makefile

Modified: head/x11-drivers/xf86-video-ati/Makefile
==============================================================================
--- head/x11-drivers/xf86-video-ati/Makefile	Wed Sep 23 21:08:54 2020	(r549852)
+++ head/x11-drivers/xf86-video-ati/Makefile	Wed Sep 23 21:11:20 2020	(r549853)
@@ -19,7 +19,7 @@ LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/COPYING
 
 # No Radeon kernel driver on non-x86.
-ONLY_FOR_ARCHS=		aarch64 amd64 i386 powerpc64
+ONLY_FOR_ARCHS=		aarch64 amd64 i386 powerpc64 powerpc64le
 ONLY_FOR_ARCHS_REASON=	KMS is required and currently only available on x86/arm64/powerpc64
 
 LIB_DEPENDS=	libpciaccess.so:devel/libpciaccess \


More information about the svn-ports-all mailing list