From owner-svn-ports-all@freebsd.org Wed Mar 1 22:08:30 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CECD9CF3ECB; Wed, 1 Mar 2017 22:08:30 +0000 (UTC) (envelope-from sbruno@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9DE3CDC5; Wed, 1 Mar 2017 22:08:30 +0000 (UTC) (envelope-from sbruno@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v21M8TT7039330; Wed, 1 Mar 2017 22:08:29 GMT (envelope-from sbruno@FreeBSD.org) Received: (from sbruno@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v21M8TPA039329; Wed, 1 Mar 2017 22:08:29 GMT (envelope-from sbruno@FreeBSD.org) Message-Id: <201703012208.v21M8TPA039329@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sbruno set sender to sbruno@FreeBSD.org using -f From: Sean Bruno Date: Wed, 1 Mar 2017 22:08:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435203 - head/emulators/qemu-user-static X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Mar 2017 22:08:30 -0000 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 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