diff options
Diffstat (limited to 'graphics/grx/files')
-rw-r--r-- | graphics/grx/files/patch-src__vdrivers__svgalib.c | 10 | ||||
-rw-r--r-- | graphics/grx/files/patch-src__vdrivers__vd_xwin.c | 10 | ||||
-rw-r--r-- | graphics/grx/files/patch-test__speedtst.c | 11 |
3 files changed, 31 insertions, 0 deletions
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 <string.h> + #include <vga.h> +-#include <unistd.h> + + #include "libgrx.h" + #include "grdriver.h" diff --git a/graphics/grx/files/patch-src__vdrivers__vd_xwin.c b/graphics/grx/files/patch-src__vdrivers__vd_xwin.c new file mode 100644 index 000000000000..17a2c708e003 --- /dev/null +++ b/graphics/grx/files/patch-src__vdrivers__vd_xwin.c @@ -0,0 +1,10 @@ +--- ./src/vdrivers/vd_xwin.c.orig Wed Apr 2 16:36:46 2003 ++++ ./src/vdrivers/vd_xwin.c Sat Jul 1 16:06:12 2006 +@@ -18,6 +18,7 @@ + ** + **/ + ++#define _UNISTD_H_ + #include "libgrx.h" + #include "libxwin.h" + #include "grdriver.h" diff --git a/graphics/grx/files/patch-test__speedtst.c b/graphics/grx/files/patch-test__speedtst.c new file mode 100644 index 000000000000..a31e338788b0 --- /dev/null +++ b/graphics/grx/files/patch-test__speedtst.c @@ -0,0 +1,11 @@ +--- ./test/speedtst.c.orig Sat May 3 19:45:12 2003 ++++ ./test/speedtst.c Sat Jul 1 16:06:12 2006 +@@ -26,7 +26,7 @@ + /*#include <wcdefs.h>*/ + #include <conio.h> + #else +-#include <values.h> ++#include <limits.h> + #endif + #include <math.h> + #include <time.h> |