summaryrefslogtreecommitdiff
path: root/net-mail/checkpassword-pam/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-08-19 09:38:07 +0100
committerV3n3RiX <venerix@koprulu.sector>2023-08-19 09:38:07 +0100
commit4d9aef45678c7cb55b24107642790224ab8c153b (patch)
treeb1c56639785aeba23901272429a46e4e872a7711 /net-mail/checkpassword-pam/files
parentf09a6cf772eb2f757f0fc49f3297d6a095a10aa5 (diff)
gentoo auto-resync : 19:08:2023 - 09:38:07
Diffstat (limited to 'net-mail/checkpassword-pam/files')
-rw-r--r--net-mail/checkpassword-pam/files/checkpassword-pam-0.99-clang16-build-fix.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/net-mail/checkpassword-pam/files/checkpassword-pam-0.99-clang16-build-fix.patch b/net-mail/checkpassword-pam/files/checkpassword-pam-0.99-clang16-build-fix.patch
new file mode 100644
index 000000000000..28e0eeda8101
--- /dev/null
+++ b/net-mail/checkpassword-pam/files/checkpassword-pam-0.99-clang16-build-fix.patch
@@ -0,0 +1,11 @@
+Bug: https://bugs.gentoo.org/897930
+--- a/getopt.c
++++ b/getopt.c
+@@ -38,6 +38,7 @@
+ #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