pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/emulators/haxm
Module Name: pkgsrc
Committed By: kamil
Date: Mon Feb 18 01:34:12 UTC 2019
Modified Files:
pkgsrc/emulators/haxm: Makefile
Log Message:
haxm: Fix path to syssrc
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/emulators/haxm/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/emulators/haxm/Makefile
diff -u pkgsrc/emulators/haxm/Makefile:1.8 pkgsrc/emulators/haxm/Makefile:1.9
--- pkgsrc/emulators/haxm/Makefile:1.8 Sat Feb 16 22:16:08 2019
+++ pkgsrc/emulators/haxm/Makefile Mon Feb 18 01:34:12 2019
@@ -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 @@ MAKE_FLAGS+= S=${BSDSRCDIR}/sys
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