svn commit: r330945 - head/emulators/qemu-devel
Juergen Lock
nox at FreeBSD.org
Sat Oct 19 22:07:48 UTC 2013
Author: nox
Date: Sat Oct 19 22:07:48 2013
New Revision: 330945
URL: http://svnweb.freebsd.org/changeset/ports/330945
Log:
Add powerpc64 to ONLY_FOR_ARCHS.
PR: ports/183067
Submitted by: jhibbits
Modified:
head/emulators/qemu-devel/Makefile
Modified: head/emulators/qemu-devel/Makefile
==============================================================================
--- head/emulators/qemu-devel/Makefile Sat Oct 19 21:55:31 2013 (r330944)
+++ head/emulators/qemu-devel/Makefile Sat Oct 19 22:07:48 2013 (r330945)
@@ -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 \
More information about the svn-ports-all
mailing list