diff options
author | agc <agc@pkgsrc.org> | 2002-07-16 13:50:57 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2002-07-16 13:50:57 +0000 |
commit | 6d1ea974ffe5c8435f27d35e55d5d3c66f214108 (patch) | |
tree | 2b9322f2c532ad422dfc5810b59f3ddfd0c39be7 /games/nighthawk | |
parent | 1cf8f8d4f228bc72a8d44f6c5dce2b80adc96fd7 (diff) | |
download | pkgsrc-6d1ea974ffe5c8435f27d35e55d5d3c66f214108.tar.gz |
Make this package compile
Diffstat (limited to 'games/nighthawk')
-rw-r--r-- | games/nighthawk/distinfo | 3 | ||||
-rw-r--r-- | games/nighthawk/patches/patch-bc | 13 |
2 files changed, 15 insertions, 1 deletions
diff --git a/games/nighthawk/distinfo b/games/nighthawk/distinfo index 7ed0e020a69..c9f7f6bf412 100644 --- a/games/nighthawk/distinfo +++ b/games/nighthawk/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.2 2001/04/21 02:08:33 wiz Exp $ +$NetBSD: distinfo,v 1.3 2002/07/16 13:50:57 agc Exp $ SHA1 (nighthawk-2.1.tgz) = 117cd7d2c496a0d9e44b1b6d02523ad1cb0de1bf Size (nighthawk-2.1.tgz) = 881268 bytes @@ -11,3 +11,4 @@ SHA1 (patch-ad) = e59c729c4700d36ca61809e40721f88d2d22c09d SHA1 (patch-ae) = 1699979e5013e86dc158722faef525b46ce30076 SHA1 (patch-ba) = c4669336ea8fdeb1352390e4109513c01915bd54 SHA1 (patch-bb) = f1d5bfb5985fbd41c57e719c86303f714344c14f +SHA1 (patch-bc) = f0b357a6e4d13db6fe1649be83ef0738257bb1fe diff --git a/games/nighthawk/patches/patch-bc b/games/nighthawk/patches/patch-bc new file mode 100644 index 00000000000..6ce3838c095 --- /dev/null +++ b/games/nighthawk/patches/patch-bc @@ -0,0 +1,13 @@ +$NetBSD: patch-bc,v 1.1 2002/07/16 13:50:58 agc 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 @@ + + void tlaser::colision(float cx,float cy) + { +- register status = 0; ++ register int status = 0; + //test other + if(colision_other(cx,cy)) + { |