mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
01ae1c9506
gzFile is a pointer type, so it should be used, not gzFile *. It is also not equivalent to FILE *, so undo some incorrect fixes from prior compiler updates.
14 lines
230 B
Plaintext
14 lines
230 B
Plaintext
fix for -fno-common
|
|
|
|
Index: src/main.c
|
|
--- src/main.c.orig
|
|
+++ src/main.c
|
|
@@ -47,6 +47,7 @@
|
|
#include <dmalloc.h>
|
|
#endif /* HAVE_LIBDMALLOC */
|
|
|
|
+option_t config;
|
|
regex_t posix_pattern;
|
|
#ifdef HAVE_LIBPCRE
|
|
pcre *pcre_pattern;
|