diff options
author | bouyer <bouyer@pkgsrc.org> | 2007-11-22 21:49:54 +0000 |
---|---|---|
committer | bouyer <bouyer@pkgsrc.org> | 2007-11-22 21:49:54 +0000 |
commit | 3f5c975c8ede23ee84c9cef769740c7532df3c7b (patch) | |
tree | 3bacb559905f2df073f1557854385c3f34e5c529 /sysutils/xenkernel3/patches | |
parent | 6497434a98599c7afe8e342b359dd34014b132af (diff) | |
download | pkgsrc-3f5c975c8ede23ee84c9cef769740c7532df3c7b.tar.gz |
Make it build on NetBSD/amd64. This packages requires bash on this platform;
if someone feels bored he can look at fixing the script :)
Diffstat (limited to 'sysutils/xenkernel3/patches')
-rw-r--r-- | sysutils/xenkernel3/patches/patch-cw | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/sysutils/xenkernel3/patches/patch-cw b/sysutils/xenkernel3/patches/patch-cw new file mode 100644 index 00000000000..7a923c3e6aa --- /dev/null +++ b/sysutils/xenkernel3/patches/patch-cw @@ -0,0 +1,12 @@ +--- Config.mk.orig 2007-11-21 13:26:05.000000000 +0100 ++++ Config.mk 2007-11-21 13:26:40.000000000 +0100 +@@ -4,7 +4,8 @@ + debug ?= n + + XEN_COMPILE_ARCH ?= $(shell uname -m | sed -e s/i.86/x86_32/ \ +- -e s/ppc/powerpc/ -e s/i86pc/x86_32/) ++ -e s/ppc/powerpc/ -e s/i86pc/x86_32/ \ ++ -e s/amd64/x86_64/) + XEN_TARGET_ARCH ?= $(XEN_COMPILE_ARCH) + XEN_OS ?= $(shell uname -s) + |