Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Sep 2020 21:11:20 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r549853 - head/x11-drivers/xf86-video-ati
Message-ID:  <202009232111.08NLBKYA015300@repo.freebsd.org>

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



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