]> git.draconx.ca Git - gentoo-draconx.git/blob - sys-apps/vbetest/files/vbetest-0.10-external-include.patch
sys-apps/vbetest: Update to work with latest gentoo repo.
[gentoo-draconx.git] / sys-apps / vbetest / files / vbetest-0.10-external-include.patch
1 diff --git a/vbetest.c b/vbetest.c
2 index a3e0621..f477122 100644
3 --- a/vbetest.c
4 +++ b/vbetest.c
5 @@ -22,7 +22,10 @@ This program is in the public domain.
6  #include <machine/sysarch.h>
7  #endif
8  
9 -#include "lrmi.h"
10 +#ifndef LRMI_INCLUDE
11 +#  define LRMI_INCLUDE <lrmi.h>
12 +#endif
13 +#include LRMI_INCLUDE
14  #include "vbe.h"
15  
16  struct {