diff options
Diffstat (limited to 'x11-drivers/xf86-video-mga/files/xf86-video-mga-1.1.2-fix-xmd-include.patch')
-rw-r--r-- | x11-drivers/xf86-video-mga/files/xf86-video-mga-1.1.2-fix-xmd-include.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/x11-drivers/xf86-video-mga/files/xf86-video-mga-1.1.2-fix-xmd-include.patch b/x11-drivers/xf86-video-mga/files/xf86-video-mga-1.1.2-fix-xmd-include.patch new file mode 100644 index 000000000000..6895a59c7e94 --- /dev/null +++ b/x11-drivers/xf86-video-mga/files/xf86-video-mga-1.1.2-fix-xmd-include.patch @@ -0,0 +1,12 @@ +diff -urN xf86-video-mga-1.1.2.orig/src/mga_bios.c xf86-video-mga-1.1.2/src/mga_bios.c +--- xf86-video-mga-1.1.2.orig/src/mga_bios.c 2005-08-12 15:03:30.000000000 -0700 ++++ xf86-video-mga-1.1.2/src/mga_bios.c 2005-08-12 15:03:48.000000000 -0700 +@@ -54,7 +54,7 @@ + /* Drivers that need to access the PCI config space directly need this */ + #include "xf86Pci.h" + +-#include "Xmd.h" ++#include <X11/Xmd.h> + + #include "mga.h" + |