diff options
author | Piotr Kubaj <pkubaj@FreeBSD.org> | 2021-02-18 23:05:28 +0800 |
---|---|---|
committer | Piotr Kubaj <pkubaj@FreeBSD.org> | 2021-02-18 23:05:28 +0800 |
commit | 4cc6b60d1596bd612cdcb6c4457d019f4ed05567 (patch) | |
tree | b9e49e47eb7a97a7349c2ee2e3fd3520456909a4 /emulators/qemu/Makefile | |
parent | b48439426e7878e6d833336accf9e41bdce616b1 (diff) | |
download | freebsd-ports-gnome-4cc6b60d1596bd612cdcb6c4457d019f4ed05567.tar.gz freebsd-ports-gnome-4cc6b60d1596bd612cdcb6c4457d019f4ed05567.tar.zst freebsd-ports-gnome-4cc6b60d1596bd612cdcb6c4457d019f4ed05567.zip |
emulators/qemu: enable on powerpc64le
Diffstat (limited to 'emulators/qemu/Makefile')
-rw-r--r-- | emulators/qemu/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/qemu/Makefile b/emulators/qemu/Makefile index 1a5fec0c05ea..522842078463 100644 --- a/emulators/qemu/Makefile +++ b/emulators/qemu/Makefile @@ -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 |