Received: by mail.netbsd.org (Postfix, from userid 605) id 1AC1884DE2; Thu, 14 Feb 2019 20:54:19 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 8FB3084D36 for ; Thu, 14 Feb 2019 20:54:18 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id icAqlci2m7Q4 for ; Thu, 14 Feb 2019 20:54:18 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id E910084D27 for ; Thu, 14 Feb 2019 20:54:17 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id E3EB8FB16; Thu, 14 Feb 2019 20:54:17 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1550177657177890" MIME-Version: 1.0 Date: Thu, 14 Feb 2019 20:54:17 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/emulators/haxm To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20190214205417.E3EB8FB16@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1550177657177890 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Thu Feb 14 20:54:17 UTC 2019 Modified Files: pkgsrc/emulators/haxm: Makefile Log Message: emulators/haxm: Set S to ${BSDSRCDIR}/sys. Allows building with src in a non-default location. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 pkgsrc/emulators/haxm/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1550177657177890 Content-Disposition: inline Content-Length: 738 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/emulators/haxm/Makefile diff -u pkgsrc/emulators/haxm/Makefile:1.4 pkgsrc/emulators/haxm/Makefile:1.5 --- pkgsrc/emulators/haxm/Makefile:1.4 Wed Feb 13 17:42:57 2019 +++ pkgsrc/emulators/haxm/Makefile Thu Feb 14 20:54:17 2019 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2019/02/13 17:42:57 kamil Exp $ +# $NetBSD: Makefile,v 1.5 2019/02/14 20:54:17 nia Exp $ GITHUB_PROJECT= haxm GITHUB_TAG= c072ad9b68e1d558a9fb791511468d10a1a9b319 @@ -22,8 +22,12 @@ BUILD_DEPENDS+= nasm-[0-9]*:../../devel/ BUILD_DIRS= platforms/netbsd +.include "../../mk/bsd.prefs.mk" + BUILDLINK_PASSTHRU_DIRS+= ${BSDSRCDIR}/sys +MAKE_FLAGS+= S=${BSDSRCDIR}/sys + BUILD_DEFS+= BSDSRCDIR .include "../../mk/compiler.mk" --_----------=_1550177657177890--