aboutsummaryrefslogtreecommitdiff
path: root/games/xboing
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2002-09-23 06:08:25 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2002-09-23 06:08:25 +0000
commit1ac33876789c5ca4d244cce04ec77c1dc3addd4b (patch)
treebd993b8354c30021ca54f152c65cbd49e3ae7e0d /games/xboing
parent71350407bed9ca4d326898076371ccb65223b194 (diff)
downloadports-1ac33876789c5ca4d244cce04ec77c1dc3addd4b.tar.gz
ports-1ac33876789c5ca4d244cce04ec77c1dc3addd4b.zip
Fixing a build error listed on bento
PR: 43276 Submitted by: edwin@mavetju.org
Notes
Notes: svn path=/head/; revision=67047
Diffstat (limited to 'games/xboing')
-rw-r--r--games/xboing/files/patch-ball.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/games/xboing/files/patch-ball.c b/games/xboing/files/patch-ball.c
new file mode 100644
index 000000000000..fc19a9088534
--- /dev/null
+++ b/games/xboing/files/patch-ball.c
@@ -0,0 +1,11 @@
+--- ball.c.old Mon Sep 23 12:48:00 2002
++++ ball.c Mon Sep 23 12:48:09 2002
+@@ -50,7 +50,7 @@
+ #include <stdio.h>
+ #include <stdlib.h>
+ #include <math.h>
+-#include <values.h>
++#include <limits.h>
+ #include <xpm.h>
+ #include <X11/Xos.h>
+