summaryrefslogtreecommitdiff
path: root/games/falcons-eye
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2016-08-27 20:59:47 +0000
committerjoerg <joerg@pkgsrc.org>2016-08-27 20:59:47 +0000
commitc08664474ee0fd996afbc238cd7062a6c5c5ad88 (patch)
tree65887b0f0989a07f0c45bfc317d554c061bd1872 /games/falcons-eye
parent9b51e709356ddf3db99d07308d72bbcf94e285ee (diff)
downloadpkgsrc-c08664474ee0fd996afbc238cd7062a6c5c5ad88.tar.gz
Add missing include.
Diffstat (limited to 'games/falcons-eye')
-rw-r--r--games/falcons-eye/distinfo3
-rw-r--r--games/falcons-eye/patches/patch-win_jtp_jtp__gfl.c12
2 files changed, 14 insertions, 1 deletions
diff --git a/games/falcons-eye/distinfo b/games/falcons-eye/distinfo
index b50f4d733d9..842e184215d 100644
--- a/games/falcons-eye/distinfo
+++ b/games/falcons-eye/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.20 2015/11/03 20:56:48 agc Exp $
+$NetBSD: distinfo,v 1.21 2016/08/27 20:59:47 joerg Exp $
SHA1 (falcons-eye-1.9.3-20050216-2/nethack_source_331_jtp_193.zip) = f25a3b77925d247762d18b6f022500aac7c42b29
RMD160 (falcons-eye-1.9.3-20050216-2/nethack_source_331_jtp_193.zip) = a94c3bbdec7a0c034acbe431071342b872c7acc5
@@ -24,4 +24,5 @@ SHA1 (patch-bh) = 65bf424d1e60b0ee9b9acc8b04359f2f4621e605
SHA1 (patch-bi) = 6b3d0d1eca3a23c3086155c1da3c2965d7092d5f
SHA1 (patch-bj) = 281f1d3b8d9eafe7fbe7ca729861d4bdccea5a41
SHA1 (patch-bk) = f234c26a95d179c4723676c180db95f26c84bb49
+SHA1 (patch-win_jtp_jtp__gfl.c) = 0afe313b292c63706e95a8c31dbbab1136187d0d
SHA1 (patch-win_jtp_winjtp.c) = c304d5ddbb585b5cbf5b8f8f63280ecf1329e99c
diff --git a/games/falcons-eye/patches/patch-win_jtp_jtp__gfl.c b/games/falcons-eye/patches/patch-win_jtp_jtp__gfl.c
new file mode 100644
index 00000000000..d468c3cad5f
--- /dev/null
+++ b/games/falcons-eye/patches/patch-win_jtp_jtp__gfl.c
@@ -0,0 +1,12 @@
+$NetBSD: patch-win_jtp_jtp__gfl.c,v 1.1 2016/08/27 20:59:47 joerg Exp $
+
+--- win/jtp/jtp_gfl.c.orig 2016-07-02 11:12:12.000000000 +0000
++++ win/jtp/jtp_gfl.c
+@@ -7,6 +7,7 @@
+
+ #include "jtp_def.h"
+ #include <stdio.h>
++#include <stdlib.h>
+ #include <string.h>
+ #include "jtp_gra.h"
+ #include "jtp_gfl.h"