svn commit: r565952 - head/emulators/qemu41

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


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

Log:
  emulators/qemu41: enable on powerpc64le

Modified:
  head/emulators/qemu41/Makefile

Modified: head/emulators/qemu41/Makefile
==============================================================================
--- head/emulators/qemu41/Makefile	Thu Feb 18 16:37:39 2021	(r565951)
+++ head/emulators/qemu41/Makefile	Thu Feb 18 16:50:31 2021	(r565952)
@@ -20,7 +20,7 @@ LIB_DEPENDS?=	libnettle.so:security/nettle \
 		libepoxy.so:graphics/libepoxy \
 		libpcre2-8.so:devel/pcre2
 
-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