summaryrefslogtreecommitdiff
path: root/net-mail/mboxgrep/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-07-18 07:00:16 +0100
committerV3n3RiX <venerix@koprulu.sector>2023-07-18 07:00:16 +0100
commitdcb9c4187a31b8b770600503289d2ad39745e782 (patch)
tree423501e7d184dee011a7c99629d0e357d6bd64be /net-mail/mboxgrep/files
parent5e0a5ca921524f8859808527a57655eec16efa52 (diff)
gentoo auto-resync : 18:07:2023 - 07:00:16
Diffstat (limited to 'net-mail/mboxgrep/files')
-rw-r--r--net-mail/mboxgrep/files/mboxgrep-0.7.9-musl-missing-strcmp.patch11
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