svn commit: r523170 - branches/2020Q1/emulators/qemu-user-static

Piotr Kubaj pkubaj at FreeBSD.org
Wed Jan 15 21:10:16 UTC 2020


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

Log:
  MFH: r523169
  
  emulators/qemu-user-static: unbreak on powerpc64
  
  Builds and works fine.
  
  Approved by:	portmgr (fix build blanket)

Modified:
  branches/2020Q1/emulators/qemu-user-static/Makefile
Directory Properties:
  branches/2020Q1/   (props changed)

Modified: branches/2020Q1/emulators/qemu-user-static/Makefile
==============================================================================
--- branches/2020Q1/emulators/qemu-user-static/Makefile	Wed Jan 15 21:09:26 2020	(r523169)
+++ branches/2020Q1/emulators/qemu-user-static/Makefile	Wed Jan 15 21:10:15 2020	(r523170)
@@ -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-branches mailing list