diff options
author | Felix Janda <felix.janda@posteo.de> | 2016-04-24 20:56:21 +0200 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2016-04-24 15:39:43 -0400 |
commit | 6492645b5abdf58f024dcd5c2b0ff068d92f8cf2 (patch) | |
tree | 0ea2469e4bc02537dcdf1f482c86a39a4ff8208c /mail-client/mailx/files | |
parent | app-admin/systemrescuecd-x86: Bump to 4.7.2, #581074 (diff) | |
download | gentoo-6492645b5abdf58f024dcd5c2b0ff068d92f8cf2.tar.gz gentoo-6492645b5abdf58f024dcd5c2b0ff068d92f8cf2.tar.bz2 gentoo-6492645b5abdf58f024dcd5c2b0ff068d92f8cf2.zip |
mail-client/mailx: Fix build with musl, bug #575098
- Add patch
- Bump EAPI to 6
Diffstat (limited to 'mail-client/mailx/files')
-rw-r--r-- | mail-client/mailx/files/mailx-8.1.2.20050715-musl.patch | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/mail-client/mailx/files/mailx-8.1.2.20050715-musl.patch b/mail-client/mailx/files/mailx-8.1.2.20050715-musl.patch new file mode 100644 index 000000000000..a2e03ec9753f --- /dev/null +++ b/mail-client/mailx/files/mailx-8.1.2.20050715-musl.patch @@ -0,0 +1,19 @@ +--- a/mailx-8.1.2-0.20050715cvs.orig/EXT/vis.h ++++ b/mailx-8.1.2-0.20050715cvs.orig/EXT/vis.h +@@ -70,9 +70,6 @@ + */ + #define UNVIS_END 1 /* no more characters */ + +-#include <sys/cdefs.h> +- +-__BEGIN_DECLS + char *vis(char *, int, int, int); + int strvis(char *, const char *, int); + int strnvis(char *, const char *, size_t, int) +@@ -84,6 +81,4 @@ int unvis(char *, char, int *, int); + ssize_t strnunvis(char *, const char *, size_t) + /* __attribute__ ((__bounded__(__string__,1,3)))*/; + +-__END_DECLS +- + #endif /* !_VIS_H_ */ |