diff options
author | kristerw <kristerw@pkgsrc.org> | 2004-09-10 19:02:55 +0000 |
---|---|---|
committer | kristerw <kristerw@pkgsrc.org> | 2004-09-10 19:02:55 +0000 |
commit | 565f4a71fad0ae7d861ff1a0d60f4a5d1e49fbc4 (patch) | |
tree | e96cdfdbb0cc929a7d0349860d04a89b0f68eb07 /games/orbital_eunuchs_sniper | |
parent | 92ed2ae9721a9f60ea7f4ad6ca3272df564ea132 (diff) | |
download | pkgsrc-565f4a71fad0ae7d861ff1a0d60f4a5d1e49fbc4.tar.gz |
Add missing include to make this compile on NetBSD 1.6.
Diffstat (limited to 'games/orbital_eunuchs_sniper')
-rw-r--r-- | games/orbital_eunuchs_sniper/distinfo | 3 | ||||
-rw-r--r-- | games/orbital_eunuchs_sniper/patches/patch-ad | 22 |
2 files changed, 24 insertions, 1 deletions
diff --git a/games/orbital_eunuchs_sniper/distinfo b/games/orbital_eunuchs_sniper/distinfo index 419e589b058..18920efa132 100644 --- a/games/orbital_eunuchs_sniper/distinfo +++ b/games/orbital_eunuchs_sniper/distinfo @@ -1,7 +1,8 @@ -$NetBSD: distinfo,v 1.1.1.1 2004/07/23 16:07:15 wiz Exp $ +$NetBSD: distinfo,v 1.2 2004/09/10 19:02:55 kristerw Exp $ SHA1 (orbital_eunuchs_sniper-1.29.tar.gz) = c5c33de0645c717b35e6eff7c88946e9de65b866 Size (orbital_eunuchs_sniper-1.29.tar.gz) = 4043177 bytes SHA1 (patch-aa) = 05ce263d290c8508c49d0902418ed56d9f129cb9 SHA1 (patch-ab) = 23fc32880df6c5457fd2f303988e24d9de76b587 SHA1 (patch-ac) = d2e2e7f5f96248c6327f3a29ae714c8aff55b3b8 +SHA1 (patch-ad) = 26cb30987fa82ff2e756b09bcba513703c37642f diff --git a/games/orbital_eunuchs_sniper/patches/patch-ad b/games/orbital_eunuchs_sniper/patches/patch-ad new file mode 100644 index 00000000000..4d5d0eb97e6 --- /dev/null +++ b/games/orbital_eunuchs_sniper/patches/patch-ad @@ -0,0 +1,22 @@ +$NetBSD: patch-ad,v 1.1 2004/09/10 19:02:56 kristerw Exp $ + +--- src/snipe2d.cpp.orig Fri Sep 10 20:18:30 2004 ++++ src/snipe2d.cpp Fri Sep 10 20:21:16 2004 +@@ -8,8 +8,7 @@ + /////////////////////////////////////////////// + // License + /////////////////////////////////////////////// +-// +-// This software is provided 'as-is', without any express or implied ++// // This software is provided 'as-is', without any express or implied + // warranty. In no event will the authors be held liable for any damages + // arising from the use of this software. + // +@@ -37,6 +36,7 @@ + + #include "snipe2d.h" + //#include <getopt.h> ++#include <limits.h> + #include "binds.h" + + PREFS gPrefs; |