diff options
Diffstat (limited to 'net-mail/mboxgrep/files/mboxgrep-0.7.9-musl-missing-strcmp.patch')
-rw-r--r-- | net-mail/mboxgrep/files/mboxgrep-0.7.9-musl-missing-strcmp.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net-mail/mboxgrep/files/mboxgrep-0.7.9-musl-missing-strcmp.patch b/net-mail/mboxgrep/files/mboxgrep-0.7.9-musl-missing-strcmp.patch new file mode 100644 index 000000000000..b2b66d7e5be3 --- /dev/null +++ b/net-mail/mboxgrep/files/mboxgrep-0.7.9-musl-missing-strcmp.patch @@ -0,0 +1,11 @@ +Bug: https://bugs.gentoo.org/897938 +--- a/src/getopt.c ++++ b/src/getopt.c +@@ -52,6 +52,7 @@ char *alloca (); + #endif + + #include <stdio.h> ++#include <string.h> + + /* Comment out all this code if we are using the GNU C Library, and are not + actually compiling the library itself. This code is part of the GNU C |