ports/sysutils/grub2-efi/files/patch-include_grub_i386_bsd.h
Kris Moore 7d456e01cf - Update to later GRUB git version from 6/4/2015
- Fix a bug with setting EFI video resolution
- Pet portlint
- Bump PORTREV
2015-06-07 22:34:49 +00:00

10 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>