diff options
author | dinoex <dinoex@FreeBSD.org> | 2002-09-23 14:08:25 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2002-09-23 14:08:25 +0800 |
commit | 132679c4fe97d2e15cd474600cdae66003a41e19 (patch) | |
tree | e09c4fb938b03828f02d202abfc63183446ee967 /games | |
parent | e8c0657579991dc3992ab86b80074da55578b050 (diff) | |
download | freebsd-ports-gnome-132679c4fe97d2e15cd474600cdae66003a41e19.tar.gz freebsd-ports-gnome-132679c4fe97d2e15cd474600cdae66003a41e19.tar.zst freebsd-ports-gnome-132679c4fe97d2e15cd474600cdae66003a41e19.zip |
Fixing a build error listed on bento
PR: 43276
Submitted by: edwin@mavetju.org
Diffstat (limited to 'games')
-rw-r--r-- | games/xboing/files/patch-ball.c | 11 |
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> + |