summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2020-09-13 04:23:02 +0000
committerSam James <sam@gentoo.org>2020-09-13 04:23:02 +0000
commit7b1b900ad6015e97bc47f63511db53a3b637a787 (patch)
tree9ba700cd2d14a9d895adc0c09aca5f0a5e3d584b /net-misc/mulk/files
parentnet-nntp/brag: bump to EAPI 7 (diff)
downloadgentoo-7b1b900ad6015e97bc47f63511db53a3b637a787.tar.gz
gentoo-7b1b900ad6015e97bc47f63511db53a3b637a787.tar.bz2
gentoo-7b1b900ad6015e97bc47f63511db53a3b637a787.zip
net-misc/mulk: bump to EAPI 7
Closes: https://bugs.gentoo.org/742137 Closes: https://bugs.gentoo.org/717984 Closes: https://bugs.gentoo.org/725140 Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-misc/mulk/files')
-rw-r--r--net-misc/mulk/files/mulk-0.7.0-musl-locale.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/net-misc/mulk/files/mulk-0.7.0-musl-locale.patch b/net-misc/mulk/files/mulk-0.7.0-musl-locale.patch
new file mode 100644
index 000000000000..4aadd59dec94
--- /dev/null
+++ b/net-misc/mulk/files/mulk-0.7.0-musl-locale.patch
@@ -0,0 +1,12 @@
+diff --git a/lib/mulk.c b/lib/mulk.c
+index 9342032..21e5ccb 100644
+--- a/lib/mulk.c
++++ b/lib/mulk.c
+@@ -30,6 +30,7 @@
+ * files in the program, then also delete it here.
+ *---------------------------------------------------------------------------*/
+
++#include <locale.h>
+ #include "m_malloc.h"
+ #include "buffer_array.h"
+ #include "url_list.h"