svn commit: r565942 - head/emulators/qemu

Piotr Kubaj pkubaj at FreeBSD.org
Thu Feb 18 15:05:29 UTC 2021


Author: pkubaj
Date: Thu Feb 18 15:05:28 2021
New Revision: 565942
URL: https://svnweb.freebsd.org/changeset/ports/565942

Log:
  emulators/qemu: enable on powerpc64le

Modified:
  head/emulators/qemu/Makefile

Modified: head/emulators/qemu/Makefile
==============================================================================
--- head/emulators/qemu/Makefile	Thu Feb 18 15:00:04 2021	(r565941)
+++ head/emulators/qemu/Makefile	Thu Feb 18 15:05:28 2021	(r565942)
@@ -26,7 +26,7 @@ PATCHFILES+=	55765822804f.patch:-p1
 PATCHFILES+=	aa4d30f6618d.patch:-p1
 
 .if !defined(PKGNAMESUFFIX) || (${PKGNAMESUFFIX} != "-utils" && ${PKGNAMESUFFIX} != "-guest-agent")
-ONLY_FOR_ARCHS=	amd64 i386 powerpc powerpc64
+ONLY_FOR_ARCHS=	amd64 i386 powerpc powerpc64 powerpc64le
 USES=		bison compiler:c11 cpe gmake gnome iconv:wchar_t perl5 \
 		pkgconfig python:build tar:xz xorg
 USE_XORG=	pixman


More information about the svn-ports-all mailing list