summaryrefslogtreecommitdiff
path: root/games/xboing/patches/patch-ac
diff options
context:
space:
mode:
Diffstat (limited to 'games/xboing/patches/patch-ac')
-rw-r--r--games/xboing/patches/patch-ac6
1 files changed, 3 insertions, 3 deletions
diff --git a/games/xboing/patches/patch-ac b/games/xboing/patches/patch-ac
index aaed5da9e3f..8c3ee4529ea 100644
--- a/games/xboing/patches/patch-ac
+++ b/games/xboing/patches/patch-ac
@@ -1,12 +1,12 @@
-$NetBSD: patch-ac,v 1.2 2002/07/15 09:01:43 wiz Exp $
+$NetBSD: patch-ac,v 1.3 2006/01/12 23:49:45 joerg Exp $
---- ball.c.orig Fri Nov 22 02:28:46 1996
+--- ball.c.orig 1996-11-22 01:28:46.000000000 +0000
+++ ball.c
@@ -50,7 +50,9 @@
#include <stdio.h>
#include <stdlib.h>
#include <math.h>
-+#ifndef __NetBSD__
++#if !defined(__NetBSD__) && !defined(__DragonFly__) && !defined(__FreeBSD__)
#include <values.h>
+#endif
#include <xpm.h>