svn commit: r565947 - head/emulators/qemu42

Piotr Kubaj pkubaj at FreeBSD.org
Thu Feb 18 16:28:32 UTC 2021


Author: pkubaj
Date: Thu Feb 18 16:28:31 2021
New Revision: 565947
URL: https://svnweb.freebsd.org/changeset/ports/565947

Log:
  emulators/qemu42: enable on powerpc64le

Modified:
  head/emulators/qemu42/Makefile

Modified: head/emulators/qemu42/Makefile
==============================================================================
--- head/emulators/qemu42/Makefile	Thu Feb 18 16:21:12 2021	(r565946)
+++ head/emulators/qemu42/Makefile	Thu Feb 18 16:28:31 2021	(r565947)
@@ -22,7 +22,7 @@ LIB_DEPENDS?=	libnettle.so:security/nettle \
 		libfdt.so:sysutils/dtc
 
 .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