pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/sysutils/xentools33 fix installation on i386, where MA...
details: https://anonhg.NetBSD.org/pkgsrc/rev/93d8cc0f7ee3
branches: trunk
changeset: 546512:93d8cc0f7ee3
user: cegger <cegger%pkgsrc.org@localhost>
date: Wed Sep 03 09:36:16 2008 +0000
description:
fix installation on i386, where MACHINE_ARCH expands to i386.
Reported by Marcin M. Jessa via private mail.
diffstat:
sysutils/xentools33/PLIST | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (31 lines):
diff -r 518405acb43f -r 93d8cc0f7ee3 sysutils/xentools33/PLIST
--- a/sysutils/xentools33/PLIST Wed Sep 03 09:35:57 2008 +0000
+++ b/sysutils/xentools33/PLIST Wed Sep 03 09:36:16 2008 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2008/08/19 17:38:09 cegger Exp $
+@comment $NetBSD: PLIST,v 1.5 2008/09/03 09:36:16 cegger Exp $
bin/lsevtchn
bin/pygrub
bin/readnotes
@@ -37,10 +37,10 @@
include/xen/arch-x86/hvm/save.h
include/xen/arch-x86/xen-mca.h
include/xen/arch-x86/xen-x86_32.h
-include/xen/arch-x86/xen-${MACHINE_ARCH}.h
+include/xen/arch-x86/xen-x86_64.h
include/xen/arch-x86/xen.h
include/xen/arch-x86_32.h
-include/xen/arch-${MACHINE_ARCH}.h
+include/xen/arch-x86_64.h
include/xen/callback.h
include/xen/dom0_ops.h
include/xen/domctl.h
@@ -50,7 +50,7 @@
include/xen/features.h
include/xen/foreign/ia64.h
include/xen/foreign/x86_32.h
-include/xen/foreign/${MACHINE_ARCH}.h
+include/xen/foreign/x86_64.h
include/xen/grant_table.h
include/xen/hvm/e820.h
include/xen/hvm/hvm_info_table.h
Home |
Main Index |
Thread Index |
Old Index