ports/sysutils/grub2-pcbsd/files/patch-include_grub_efiemu_runtime.h
Kevin Lo 310466c582 sysutils/grub2-pcbsd: fix build with gcc10
Revive grub2-pcbsd and grub2-efi ports.
Thanks to lwhsu for valuable input.
Approved by:	lwhsu
2021-07-06 19:57:08 +08:00

11 lines
328 B
C

--- include/grub/efiemu/runtime.h.orig 2021-07-05 10:59:57.352037000 +0000
+++ include/grub/efiemu/runtime.h 2021-07-05 11:02:38.126967000 +0000
@@ -29,7 +29,7 @@
struct efi_variable
{
- grub_efi_guid_t guid;
+ grub_efi_packed_guid_t guid;
grub_uint32_t namelen;
grub_uint32_t size;
grub_efi_uint32_t attributes;