From 6db4bdcb5acbdcee70a2e5c661552d2ed4795d1f Mon Sep 17 00:00:00 2001 From: Edward Tomasz Napierala Date: Thu, 15 Jan 2015 19:54:16 +0000 Subject: New port: sysutils/sbsigntool Set of utilities for managing UEFI Secure Boot signatures. Sponsored by: The FreeBSD Foundation --- sysutils/sbsigntool/files/patch-src-image.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 sysutils/sbsigntool/files/patch-src-image.h (limited to 'sysutils/sbsigntool/files/patch-src-image.h') diff --git a/sysutils/sbsigntool/files/patch-src-image.h b/sysutils/sbsigntool/files/patch-src-image.h new file mode 100644 index 000000000000..18c42c738fdb --- /dev/null +++ b/sysutils/sbsigntool/files/patch-src-image.h @@ -0,0 +1,12 @@ +--- src/image.h.orig 2015-01-15 19:43:49.000000000 +0100 ++++ src/image.h 2015-01-15 19:49:04.000000000 +0100 +@@ -34,6 +34,9 @@ + + #include + ++#define ATTRIBUTE_UNUSED __unused ++#define ENUM_BITFIELD(X) enum X ++ + #include + #define DO_NOT_DEFINE_LINENO + -- cgit v1.2.3