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

Sean Bruno sbruno at FreeBSD.org
Wed Mar 1 22:08:30 UTC 2017


Author: sbruno
Date: Wed Mar  1 22:08:29 2017
New Revision: 435203
URL: https://svnweb.freebsd.org/changeset/ports/435203

Log:
  Add configure arg to fix build on 10.x
  
  PR:	217411
  Submitted by:	John Hein <z7dr6ut7gs at snkmail.com>

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

Modified: head/emulators/qemu-user-static/Makefile
==============================================================================
--- head/emulators/qemu-user-static/Makefile	Wed Mar  1 22:07:17 2017	(r435202)
+++ head/emulators/qemu-user-static/Makefile	Wed Mar  1 22:08:29 2017	(r435203)
@@ -12,6 +12,7 @@ OPTIONS_SLAVE=	STATIC_LINK BSD_USER X86_
 OPTIONS_EXCLUDE=SAMBA X11 GTK2 OPENGL GNUTLS SASL JPEG PNG CURL \
 		CDROM_DMA PCAP USBREDIR GNS3 DOCS
 MASTERDIR=	${.CURDIR}/../qemu-sbruno
+CONFIGURE_ARGS+=	--extra-cflags=-D_IFI_OQDROPS
 
 post-install:
 	@${RM} -r ${STAGEDIR}${PREFIX}/bin/qemu-ga


More information about the svn-ports-head mailing list