summaryrefslogtreecommitdiff
path: root/graphics/grx/files/patch-test__speedtst.c
diff options
context:
space:
mode:
authorAlejandro Pulver <alepulver@FreeBSD.org>2006-07-03 00:33:34 +0000
committerAlejandro Pulver <alepulver@FreeBSD.org>2006-07-03 00:33:34 +0000
commited21386c5e3f72a5c9caade01b0ac74988ce724b (patch)
tree7eb1af3b52c8825be75953d725afe1f9757f3bec /graphics/grx/files/patch-test__speedtst.c
parentThe GNU Pascal Compiler (GPC) is, as the name says, the Pascal compiler of the (diff)
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/
Diffstat (limited to 'graphics/grx/files/patch-test__speedtst.c')
-rw-r--r--graphics/grx/files/patch-test__speedtst.c11
1 files changed, 11 insertions, 0 deletions
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>