ports/sysutils/grub2-efi/files/patch-include_grub_i386_bsd.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
342 B
C

--- include/grub/i386/bsd.h.orig 2014-12-30 21:10:24 UTC
+++ include/grub/i386/bsd.h
@@ -26,6 +26,7 @@
#include <grub/i386/netbsd_reboot.h>
#include <grub/i386/openbsd_reboot.h>
#include <grub/i386/freebsd_linker.h>
+#include <grub/i386/freebsd_bootinfo.h>
#include <grub/i386/netbsd_bootinfo.h>
#include <grub/i386/openbsd_bootarg.h>