svn commit: r523169 - head/emulators/qemu-user-static

Piotr Kubaj pkubaj at FreeBSD.org
Wed Jan 15 21:09:27 UTC 2020


Author: pkubaj
Date: Wed Jan 15 21:09:26 2020
New Revision: 523169
URL: https://svnweb.freebsd.org/changeset/ports/523169

Log:
  emulators/qemu-user-static: unbreak on powerpc64
  
  Builds and works fine.
  
  MFH:		2020Q1 (fix build blanket)

Modified:
  head/emulators/qemu-user-static/Makefile

Modified: head/emulators/qemu-user-static/Makefile
==============================================================================
--- head/emulators/qemu-user-static/Makefile	Wed Jan 15 21:08:43 2020	(r523168)
+++ head/emulators/qemu-user-static/Makefile	Wed Jan 15 21:09:26 2020	(r523169)
@@ -13,9 +13,6 @@ OPTIONS_EXCLUDE=SAMBA X11 GTK2 OPENGL GNUTLS SASL JPEG
 MASTERDIR=	${.CURDIR}/../qemu-sbruno
 CONFIGURE_ARGS+=	--extra-cflags=-D_IFI_OQDROPS
 
-NOT_FOR_ARCHS=		powerpc64
-NOT_FOR_ARCHS_REASON=	error: Unhandled abi
-
 post-install:
 	@${RM} -r ${STAGEDIR}${PREFIX}/bin/qemu-ga
 	@${RM} -r ${STAGEDIR}${PREFIX}/bin/qemu-img


More information about the svn-ports-all mailing list