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:   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.

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"



Home | Main Index | Thread Index | Old Index