diff options
author | Sam James <sam@gentoo.org> | 2021-04-03 21:20:31 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-03 21:20:31 +0000 |
commit | 5cbdb560c6e4ac872858ddcab58ed07c32000eb3 (patch) | |
tree | bad38fe6736aebba90e9cd15009a91a4089300a3 /net-mail/libdbx/files | |
parent | net-mail/renattach: update EAPI 5 -> 7 (diff) | |
download | gentoo-5cbdb560c6e4ac872858ddcab58ed07c32000eb3.tar.gz gentoo-5cbdb560c6e4ac872858ddcab58ed07c32000eb3.tar.bz2 gentoo-5cbdb560c6e4ac872858ddcab58ed07c32000eb3.zip |
net-mail/libdbx: port to EAPI 7
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-mail/libdbx/files')
-rw-r--r-- | net-mail/libdbx/files/bad_c.patch | 14 |
1 files changed, 4 insertions, 10 deletions
diff --git a/net-mail/libdbx/files/bad_c.patch b/net-mail/libdbx/files/bad_c.patch index 1f7dc6d8ba03..af6a065064fc 100644 --- a/net-mail/libdbx/files/bad_c.patch +++ b/net-mail/libdbx/files/bad_c.patch @@ -1,6 +1,5 @@ -diff -ru libdbx_1.0.3/libdbx.c libdbx_1.0.3-new/libdbx.c ---- libdbx_1.0.3/libdbx.c 2002-10-05 15:07:36.000000000 +0200 -+++ libdbx_1.0.3-new/libdbx.c 2006-09-20 08:53:46.000000000 +0200 +--- a/libdbx.c ++++ b/libdbx.c @@ -485,11 +485,11 @@ switch (blockp.type) { case 0x01: //pointer to flag @@ -24,11 +23,8 @@ diff -ru libdbx_1.0.3/libdbx.c libdbx_1.0.3-new/libdbx.c readtype = W32FT_TYPE; break; case 0x13: //recipient's name -Only in libdbx_1.0.3-new: libdbx.o -Only in libdbx_1.0.3-new: readdbx -diff -ru libdbx_1.0.3/readdbx.c libdbx_1.0.3-new/readdbx.c ---- libdbx_1.0.3/readdbx.c 2002-10-05 15:20:25.000000000 +0200 -+++ libdbx_1.0.3-new/readdbx.c 2006-09-20 08:54:10.000000000 +0200 +--- a/readdbx.c ++++ b/readdbx.c @@ -19,6 +19,7 @@ #include <getopt.h> #include <time.h> @@ -37,5 +33,3 @@ diff -ru libdbx_1.0.3/readdbx.c libdbx_1.0.3-new/readdbx.c #include "libdbx.h" #include "common.h" -Only in libdbx_1.0.3-new: readoe -Files libdbx_1.0.3/timeconv.o and libdbx_1.0.3-new/timeconv.o differ |