pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/games/toppler Add missing include.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/54a00901b356
branches:  trunk
changeset: 358704:54a00901b356
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Sat Feb 18 14:00:54 2017 +0000

description:
Add missing include.

diffstat:

 games/toppler/distinfo                   |   3 ++-
 games/toppler/patches/patch-highscore.cc |  12 ++++++++++++
 2 files changed, 14 insertions(+), 1 deletions(-)

diffs (28 lines):

diff -r 9aa0f80530ae -r 54a00901b356 games/toppler/distinfo
--- a/games/toppler/distinfo    Sat Feb 18 14:00:05 2017 +0000
+++ b/games/toppler/distinfo    Sat Feb 18 14:00:54 2017 +0000
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.2 2015/11/03 20:57:06 agc Exp $
+$NetBSD: distinfo,v 1.3 2017/02/18 14:00:54 joerg Exp $
 
 SHA1 (toppler-1.1.6.tar.gz) = 9f3554a77fb3d6c11be3956b9bd84a31cae1956e
 RMD160 (toppler-1.1.6.tar.gz) = 45691ff9057e22e6aeea413fc77e27561bc46b95
 SHA512 (toppler-1.1.6.tar.gz) = e0f6b7b72e38ba3402ba3608116fb51bf36cad129fb5591db62489829f4ed1ec49a4a3b7b1db4aaa34cd1561ee5228d91577f550aad2d55520ccefdff9bda9e9
 Size (toppler-1.1.6.tar.gz) = 2117137 bytes
+SHA1 (patch-highscore.cc) = d9687131477e699d7b356c6f37b7786cd0edb49e
diff -r 9aa0f80530ae -r 54a00901b356 games/toppler/patches/patch-highscore.cc
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/games/toppler/patches/patch-highscore.cc  Sat Feb 18 14:00:54 2017 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-highscore.cc,v 1.1 2017/02/18 14:00:54 joerg Exp $
+
+--- highscore.cc.orig  2017-02-18 01:43:08.397167835 +0000
++++ highscore.cc
+@@ -20,6 +20,7 @@
+ #include "decl.h"
+ #include "screen.h"
+ 
++#include <sys/stat.h>
+ #include <stdlib.h>
+ #include <string.h>
+ #include <stdio.h>



Home | Main Index | Thread Index | Old Index