pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/sysutils/xenstoretools iasl is a build requirement
details: https://anonhg.NetBSD.org/pkgsrc/rev/f750b4741c22
branches: trunk
changeset: 361686:f750b4741c22
user: sborrill <sborrill%pkgsrc.org@localhost>
date: Tue Apr 25 06:49:45 2017 +0000
description:
iasl is a build requirement
diffstat:
sysutils/xenstoretools/Makefile | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diffs (20 lines):
diff -r 8cec0e5e79ee -r f750b4741c22 sysutils/xenstoretools/Makefile
--- a/sysutils/xenstoretools/Makefile Mon Apr 24 22:48:48 2017 +0000
+++ b/sysutils/xenstoretools/Makefile Tue Apr 25 06:49:45 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2017/01/05 12:44:54 sborrill Exp $
+# $NetBSD: Makefile,v 1.11 2017/04/25 06:49:45 sborrill Exp $
#
# VERSION is set in xentool46/version.mk
@@ -25,6 +25,10 @@
INSTALL_DIRS= xenstore
INSTALL_MAKE_FLAGS+= XENSTORE_XENSTORED=n
+.if !exists(/usr/bin/iasl)
+BUILD_DEPENDS+= acpica-utils-[0-9]*:../../sysutils/acpica-utils
+.endif
+
GNU_CONFIGURE= yes
# configure checks for more components than are required to build the
# xenstore subdirectory, so provide dummy args to allow it to complete
Home |
Main Index |
Thread Index |
Old Index