diff options
Diffstat (limited to 'net-mail/mboxgrep/files/mboxgrep-0.7.9-fno-common.patch')
-rw-r--r-- | net-mail/mboxgrep/files/mboxgrep-0.7.9-fno-common.patch | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/net-mail/mboxgrep/files/mboxgrep-0.7.9-fno-common.patch b/net-mail/mboxgrep/files/mboxgrep-0.7.9-fno-common.patch new file mode 100644 index 000000000000..09c8388998cb --- /dev/null +++ b/net-mail/mboxgrep/files/mboxgrep-0.7.9-fno-common.patch @@ -0,0 +1,20 @@ +--- a/src/mboxgrep.h ++++ b/src/mboxgrep.h +@@ -129,6 +129,6 @@ + } + option_t; + +-option_t config; ++extern option_t config; + + #endif /* MBOXGREP_H */ +--- a/src/main.c ++++ b/src/main.c +@@ -57,6 +57,7 @@ + int count = 0; + void *tmpp; + checksum_t *cs; ++option_t config; + + int + main (int argc, char **argv) |