mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-27 22:11:24 -04:00
13 lines
357 B
Plaintext
13 lines
357 B
Plaintext
$NetBSD: patch-cw,v 1.1 2007/11/17 16:45:32 bouyer Exp $
|
|
|
|
--- python/xen/xend/arch.py.orig 2007-11-17 16:30:03.000000000 +0100
|
|
+++ python/xen/xend/arch.py 2007-11-17 16:30:26.000000000 +0100
|
|
@@ -25,6 +25,7 @@
|
|
"i586": "x86",
|
|
"i686": "x86",
|
|
"x86_64": "x86",
|
|
+ "amd64": "x86",
|
|
"i86pc": "x86",
|
|
"ia64": "ia64",
|
|
"ppc": "powerpc",
|