pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/games/nighthawk Need <string.h> and <strings.h> for pr...
details: https://anonhg.NetBSD.org/pkgsrc/rev/2dc231e370e7
branches: trunk
changeset: 463389:2dc231e370e7
user: kleink <kleink%pkgsrc.org@localhost>
date: Sun Nov 09 11:17:53 2003 +0000
description:
Need <string.h> and <strings.h> for prototypes.
diffstat:
games/nighthawk/distinfo | 4 ++--
games/nighthawk/patches/patch-bc | 17 +++++++++++++----
2 files changed, 15 insertions(+), 6 deletions(-)
diffs (40 lines):
diff -r 64412bcbeaa5 -r 2dc231e370e7 games/nighthawk/distinfo
--- a/games/nighthawk/distinfo Sun Nov 09 06:15:24 2003 +0000
+++ b/games/nighthawk/distinfo Sun Nov 09 11:17:53 2003 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.3 2002/07/16 13:50:57 agc Exp $
+$NetBSD: distinfo,v 1.4 2003/11/09 11:17:53 kleink Exp $
SHA1 (nighthawk-2.1.tgz) = 117cd7d2c496a0d9e44b1b6d02523ad1cb0de1bf
Size (nighthawk-2.1.tgz) = 881268 bytes
@@ -11,4 +11,4 @@
SHA1 (patch-ae) = 1699979e5013e86dc158722faef525b46ce30076
SHA1 (patch-ba) = c4669336ea8fdeb1352390e4109513c01915bd54
SHA1 (patch-bb) = f1d5bfb5985fbd41c57e719c86303f714344c14f
-SHA1 (patch-bc) = f0b357a6e4d13db6fe1649be83ef0738257bb1fe
+SHA1 (patch-bc) = 8bbcd9bd7bcde579a9b7ddb26ef60ffc05362b7e
diff -r 64412bcbeaa5 -r 2dc231e370e7 games/nighthawk/patches/patch-bc
--- a/games/nighthawk/patches/patch-bc Sun Nov 09 06:15:24 2003 +0000
+++ b/games/nighthawk/patches/patch-bc Sun Nov 09 11:17:53 2003 +0000
@@ -1,8 +1,17 @@
-$NetBSD: patch-bc,v 1.1 2002/07/16 13:50:58 agc Exp $
+$NetBSD: patch-bc,v 1.2 2003/11/09 11:17:53 kleink Exp $
---- src/object.cc.orig Thu May 14 13:06:35 1998
-+++ src/object.cc Tue Jul 16 14:45:08 2002
-@@ -364,7 +364,7 @@
+--- src/object.cc.orig 1998-05-14 14:06:35.000000000 +0200
++++ src/object.cc 2003-11-09 12:13:13.000000000 +0100
+@@ -14,6 +14,8 @@
+ extern "C" {
+ #include <stdio.h>
+ #include <stdlib.h>
++#include <string.h>
++#include <strings.h>
+ #include <math.h>
+ #include <X11/Xlib.h>
+ #include <X11/Xutil.h>
+@@ -364,7 +366,7 @@
void tlaser::colision(float cx,float cy)
{
Home |
Main Index |
Thread Index |
Old Index