Date: Thu, 18 Feb 2021 16:28:31 +0000 (UTC) From: Piotr Kubaj <pkubaj@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r565947 - head/emulators/qemu42 Message-ID: <202102181628.11IGSVDV038372@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202102181628.11IGSVDV038372>