diff options
author | 2019-02-07 16:13:38 +0300 | |
---|---|---|
committer | 2019-02-07 16:13:38 +0300 | |
commit | 122460d2688bed562f0806ad34c192d5ac231a84 (patch) | |
tree | 9b5bd3aa67bde147d5bf55c67ce8c675e6c61ec3 /net-mail/mailutils/files | |
parent | dev-util/cmocka: amd64 stable wrt bug #676198 (diff) | |
download | gentoo-122460d2688bed562f0806ad34c192d5ac231a84.tar.gz gentoo-122460d2688bed562f0806ad34c192d5ac231a84.tar.bz2 gentoo-122460d2688bed562f0806ad34c192d5ac231a84.zip |
net-mail/mailutils: bump to 3.5
and add missing header file
Closes: https://bugs.gentoo.org/669946
Package-Manager: Portage-2.3.59, Repoman-2.3.12
Signed-off-by: Eray Aslan <eras@gentoo.org>
Diffstat (limited to 'net-mail/mailutils/files')
-rw-r--r-- | net-mail/mailutils/files/mailutils-3.5-add-include.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/net-mail/mailutils/files/mailutils-3.5-add-include.patch b/net-mail/mailutils/files/mailutils-3.5-add-include.patch new file mode 100644 index 000000000000..307840b50256 --- /dev/null +++ b/net-mail/mailutils/files/mailutils-3.5-add-include.patch @@ -0,0 +1,10 @@ +--- a/frm/frm.h 2018-02-10 09:06:00.000000000 +0300 ++++ b/frm/frm.h 2019-02-07 09:40:57.541489264 +0300 +@@ -24,6 +24,7 @@ + #include <string.h> + #include <unistd.h> + #include <fcntl.h> ++#include <limits.h> + #include <sys/types.h> + #ifdef HAVE_TERMIOS_H + # include <termios.h> |