From ed21386c5e3f72a5c9caade01b0ac74988ce724b Mon Sep 17 00:00:00 2001 From: Alejandro Pulver Date: Mon, 3 Jul 2006 00:33:34 +0000 Subject: GRX is a 2D graphics library originaly written by Csaba Biegl for DJ Delorie's DOS port of the GCC compiler. Now it support DOS (using the DJGPP v2 compiler), Linux console, X11 and Win32 (using the Mingw compiler). WWW: http://grx.gnu.de/ --- graphics/grx/files/patch-src__vdrivers__svgalib.c | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 graphics/grx/files/patch-src__vdrivers__svgalib.c (limited to 'graphics/grx/files/patch-src__vdrivers__svgalib.c') diff --git a/graphics/grx/files/patch-src__vdrivers__svgalib.c b/graphics/grx/files/patch-src__vdrivers__svgalib.c new file mode 100644 index 000000000000..1bb9481e9b9e --- /dev/null +++ b/graphics/grx/files/patch-src__vdrivers__svgalib.c @@ -0,0 +1,10 @@ +--- ./src/vdrivers/svgalib.c.orig Wed Jun 25 18:06:38 2003 ++++ ./src/vdrivers/svgalib.c Sat Jul 1 16:07:10 2006 +@@ -18,7 +18,6 @@ + + #include + #include +-#include + + #include "libgrx.h" + #include "grdriver.h" -- cgit v1.2.3