Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 1 Mar 2017 22:08:29 +0000 (UTC)
From:      Sean Bruno <sbruno@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r435203 - head/emulators/qemu-user-static
Message-ID:  <201703012208.v21M8TPA039329@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201703012208.v21M8TPA039329>