summaryrefslogtreecommitdiff
path: root/games/quakeforge/patches/patch-libs_util_quakeio.c
diff options
context:
space:
mode:
Diffstat (limited to 'games/quakeforge/patches/patch-libs_util_quakeio.c')
-rw-r--r--games/quakeforge/patches/patch-libs_util_quakeio.c13
1 files changed, 13 insertions, 0 deletions
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;