pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/pkgsrc-2017Q1]: pkgsrc/sysutils/xenstoretools Pullup ticket #5366 - r...
details: https://anonhg.NetBSD.org/pkgsrc/rev/29364672ac36
branches: pkgsrc-2017Q1
changeset: 360334:29364672ac36
user: bsiegert <bsiegert%pkgsrc.org@localhost>
date: Mon May 01 09:05:33 2017 +0000
description:
Pullup ticket #5366 - requested by sevan
sysutils/xenstoretools: build fix
Revisions pulled up:
- sysutils/xenstoretools/Makefile 1.11
---
Module Name: pkgsrc
Committed By: sborrill
Date: Tue Apr 25 06:49:45 UTC 2017
Modified Files:
pkgsrc/sysutils/xenstoretools: Makefile
Log Message:
iasl is a build requirement
diffstat:
sysutils/xenstoretools/Makefile | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diffs (20 lines):
diff -r 7252b490d97c -r 29364672ac36 sysutils/xenstoretools/Makefile
--- a/sysutils/xenstoretools/Makefile Mon May 01 09:02:16 2017 +0000
+++ b/sysutils/xenstoretools/Makefile Mon May 01 09:05:33 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2017/01/05 12:44:54 sborrill Exp $
+# $NetBSD: Makefile,v 1.10.2.1 2017/05/01 09:05:33 bsiegert 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