summaryrefslogtreecommitdiff
path: root/sysutils/xenkernel3
diff options
context:
space:
mode:
authorjoerg <joerg>2013-07-13 19:43:21 +0000
committerjoerg <joerg>2013-07-13 19:43:21 +0000
commit42096755720bc43b2e27376e6f31dbefb6c80056 (patch)
tree005d396345ea5b35af3dc2a0488cf21f649c347d /sysutils/xenkernel3
parent4e08fb3c21c93bc5422ed189e3583e794b5f00e8 (diff)
downloadpkgsrc-42096755720bc43b2e27376e6f31dbefb6c80056.tar.gz
Fix header guard.
Diffstat (limited to 'sysutils/xenkernel3')
-rw-r--r--sysutils/xenkernel3/distinfo3
-rw-r--r--sysutils/xenkernel3/patches/patch-xen_common_libelf_libelf-private.h10
2 files changed, 12 insertions, 1 deletions
diff --git a/sysutils/xenkernel3/distinfo b/sysutils/xenkernel3/distinfo
index 250a0559800..617d8cd4813 100644
--- a/sysutils/xenkernel3/distinfo
+++ b/sysutils/xenkernel3/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.17 2013/04/11 19:57:51 joerg Exp $
+$NetBSD: distinfo,v 1.18 2013/07/13 19:43:21 joerg Exp $
SHA1 (xen-3.1.4.tar.gz) = 0d784662776239195df10b3f29d40350f9d0644d
RMD160 (xen-3.1.4.tar.gz) = c02ad2bd64e6306b127a4f37a8aa370dadc11859
@@ -18,3 +18,4 @@ SHA1 (patch-dc) = 606ad2af582b88ddfd250b952831af9d3b2b1f5d
SHA1 (patch-gcc-version) = 1174ace3eee1d3707a2935498ac5a39671913f9f
SHA1 (patch-xen_arch_x86_hvm_io.c) = 0f6dfc3b3857c2ab43fabf2c9693e2932b442931
SHA1 (patch-xen_arch_x86_string.c) = 363d521a627d07cd9caffcfe1c529342b3b67321
+SHA1 (patch-xen_common_libelf_libelf-private.h) = c364d8f247342c62d0d32fe9f4714f83f977719a
diff --git a/sysutils/xenkernel3/patches/patch-xen_common_libelf_libelf-private.h b/sysutils/xenkernel3/patches/patch-xen_common_libelf_libelf-private.h
new file mode 100644
index 00000000000..42ae5bf395d
--- /dev/null
+++ b/sysutils/xenkernel3/patches/patch-xen_common_libelf_libelf-private.h
@@ -0,0 +1,10 @@
+$NetBSD: patch-xen_common_libelf_libelf-private.h,v 1.1 2013/07/13 19:43:21 joerg Exp $
+
+--- xen/common/libelf/libelf-private.h.orig 2013-07-12 18:07:36.000000000 +0000
++++ xen/common/libelf/libelf-private.h
+@@ -1,4 +1,4 @@
+-#ifndef __LIBELF_PRIVATE_H__
++#ifndef __LIBELF_PRIVATE_H_
+ #define __LIBELF_PRIVATE_H_
+
+ #ifdef __XEN__