pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/emulators/haxm haxm: Fix path to syssrc



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cb9dee5727d5
branches:  trunk
changeset: 329915:cb9dee5727d5
user:      kamil <kamil%pkgsrc.org@localhost>
date:      Mon Feb 18 01:34:12 2019 +0000

description:
haxm: Fix path to syssrc

diffstat:

 emulators/haxm/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r e64581f4ba5c -r cb9dee5727d5 emulators/haxm/Makefile
--- a/emulators/haxm/Makefile   Sun Feb 17 23:09:51 2019 +0000
+++ b/emulators/haxm/Makefile   Mon Feb 18 01:34:12 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2019/02/16 22:16:08 kamil Exp $
+# $NetBSD: Makefile,v 1.9 2019/02/18 01:34:12 kamil Exp $
 
 GITHUB_PROJECT=        haxm
 GITHUB_TAG=    3bdfd1a39021df9b4dfe69e05a277e4e6456494a
@@ -30,8 +30,8 @@
 
 BUILD_DEFS+=   BSDSRCDIR
 
-.if !exists(${BSDSRCDIR}/src)
-PKG_FAIL_REASON+=      "BSDSRCDIR/src specifies non-existing directory ${BSDSRCDIR}/src"
+.if !exists(${BSDSRCDIR}/sys)
+PKG_FAIL_REASON+=      "BSDSRCDIR/sys specifies non-existing directory ${BSDSRCDIR}/sys"
 .endif
 
 .include "../../mk/compiler.mk"



Home | Main Index | Thread Index | Old Index