diff options
author | Juergen Lock <nox@FreeBSD.org> | 2013-10-19 22:07:48 +0000 |
---|---|---|
committer | Juergen Lock <nox@FreeBSD.org> | 2013-10-19 22:07:48 +0000 |
commit | 0a45e411445187bcf7199197e4c4e65925d042df (patch) | |
tree | bdb3b0eaaea8da1659c27980965b369707470929 /emulators/qemu-devel/Makefile | |
parent | - Support STAGEDIR (diff) |
Add powerpc64 to ONLY_FOR_ARCHS.
PR: ports/183067
Submitted by: jhibbits
Diffstat (limited to 'emulators/qemu-devel/Makefile')
-rw-r--r-- | emulators/qemu-devel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/qemu-devel/Makefile b/emulators/qemu-devel/Makefile index 79197d979f75..06dc81208b94 100644 --- a/emulators/qemu-devel/Makefile +++ b/emulators/qemu-devel/Makefile @@ -24,7 +24,7 @@ PATCH_STRIP= -p1 MAKE_ENV+= BSD_MAKE="${MAKE}" MAN1= qemu.1 qemu-img.1 MAN8= qemu-nbd.8 -ONLY_FOR_ARCHS= amd64 i386 powerpc # XXX someone wants to debug sparc64 hosts? +ONLY_FOR_ARCHS= amd64 i386 powerpc powerpc64 # XXX someone wants to debug sparc64 hosts? CONFLICTS_INSTALL= qemu-[0-9]* OPTIONS_DEFINE= SAMBA X11 GTK2 OPENGL GNUTLS SASL JPEG PNG CURL \ |