svn commit: r568689 - head/emulators/qemu-cheri

Piotr Kubaj pkubaj at FreeBSD.org
Wed Mar 17 20:56:56 UTC 2021


Author: pkubaj
Date: Wed Mar 17 20:56:55 2021
New Revision: 568689
URL: https://svnweb.freebsd.org/changeset/ports/568689

Log:
  emulators/qemu-cheri: enable on powerpc64le

Modified:
  head/emulators/qemu-cheri/Makefile

Modified: head/emulators/qemu-cheri/Makefile
==============================================================================
--- head/emulators/qemu-cheri/Makefile	Wed Mar 17 20:22:59 2021	(r568688)
+++ head/emulators/qemu-cheri/Makefile	Wed Mar 17 20:56:55 2021	(r568689)
@@ -32,7 +32,7 @@ USE_XORG=	pixman
 USE_GNOME+=	glib20 libxml2
 USE_PERL5=	build
 USE_GL+=	gl
-ONLY_FOR_ARCHS=	amd64 powerpc64
+ONLY_FOR_ARCHS=	amd64 powerpc64 powerpc64le
 
 OPTIONS_DEFINE=	DOCS
 


More information about the svn-ports-head mailing list