summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorjoerg <joerg>2017-02-18 14:01:22 +0000
committerjoerg <joerg>2017-02-18 14:01:22 +0000
commitfce360a751bce14ad4b181b81ca7f7d45c3311a8 (patch)
tree79d46549e4e3235b36090fedd03c082eaa4328c2 /games
parentb030058cfacb193f41afb92136649638202f55cb (diff)
downloadpkgsrc-fce360a751bce14ad4b181b81ca7f7d45c3311a8.tar.gz
Newer zlib is stricter about typing, adjust.
Diffstat (limited to 'games')
-rw-r--r--games/quakeforge/distinfo3
-rw-r--r--games/quakeforge/patches/patch-libs_util_quakeio.c13
2 files changed, 15 insertions, 1 deletions
diff --git a/games/quakeforge/distinfo b/games/quakeforge/distinfo
index 2b064f26c32..d5aeea55f8e 100644
--- a/games/quakeforge/distinfo
+++ b/games/quakeforge/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.12 2015/11/03 20:57:03 agc Exp $
+$NetBSD: distinfo,v 1.13 2017/02/18 14:01:22 joerg Exp $
SHA1 (quakeforge-0.5.5.tar.gz) = 3ceb229b3d777b6c5e0cb1530b4547b20737f402
RMD160 (quakeforge-0.5.5.tar.gz) = d22b29498e950bfdf96169bafee6409fca1a8e11
@@ -32,4 +32,5 @@ SHA1 (patch-include_QF_mathlib.h) = d867387c23ebfc2542711af655cb27cb3dab261d
SHA1 (patch-include_r__dynamic.h) = e37cd1d4e242db48793c29c2b78aa78eb14d138d
SHA1 (patch-include_r__local.h) = 7bb3b46ea3835489a20609739bd7a8dc79b36c96
SHA1 (patch-libs_util_llist.c) = d41fdac88ac1c9dbccd1bffd512f7e34ae381860
+SHA1 (patch-libs_util_quakeio.c) = fd2810a21507d1a2faae313edb260efdfde9a9a8
SHA1 (patch-qw_source_master.c) = 8f42fec4b36c24daa8205f342318e91611b8b5df
diff --git a/games/quakeforge/patches/patch-libs_util_quakeio.c b/games/quakeforge/patches/patch-libs_util_quakeio.c
new file mode 100644
index 00000000000..0b99405847b
--- /dev/null
+++ b/games/quakeforge/patches/patch-libs_util_quakeio.c
@@ -0,0 +1,13 @@
+$NetBSD: patch-libs_util_quakeio.c,v 1.1 2017/02/18 14:01:22 joerg Exp $
+
+--- libs/util/quakeio.c.orig 2017-02-18 02:03:20.448822400 +0000
++++ libs/util/quakeio.c
+@@ -72,7 +72,7 @@ static __attribute__ ((unused)) const ch
+ struct QFile_s {
+ FILE *file;
+ #ifdef HAVE_ZLIB
+- gzFile *gzfile;
++ gzFile gzfile;
+ #endif
+ off_t size;
+ off_t start;