diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2022-10-07 22:27:45 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2022-10-15 21:33:42 +0200 |
commit | 24bf8bc5650d98f3b673fcd080bb9ac91d778487 (patch) | |
tree | 69b0233982e3e18aebb13a2ad7d1b9b247c8f756 /x11-libs | |
parent | sys-devel/mold: remove unused patch (diff) | |
download | gentoo-24bf8bc5650d98f3b673fcd080bb9ac91d778487.tar.gz gentoo-24bf8bc5650d98f3b673fcd080bb9ac91d778487.tar.bz2 gentoo-24bf8bc5650d98f3b673fcd080bb9ac91d778487.zip |
x11-libs/libast: remove unused patch(es)
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/27689
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/libast/files/libast-0.8-fix-implicit-func-decls.patch | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/x11-libs/libast/files/libast-0.8-fix-implicit-func-decls.patch b/x11-libs/libast/files/libast-0.8-fix-implicit-func-decls.patch deleted file mode 100644 index 34e55f7d43aa..000000000000 --- a/x11-libs/libast/files/libast-0.8-fix-implicit-func-decls.patch +++ /dev/null @@ -1,15 +0,0 @@ -https://bugs.gentoo.org/871705 ---- a/src/snprintf.c -+++ b/src/snprintf.c -@@ -2,6 +2,11 @@ - # include <config.h> - #endif - -+#include <ctype.h> -+#include <stddef.h> -+#include <string.h> -+#include <stdio.h> -+ - #include <errno.h> - #if defined(HAVE_STDARG_H) && (HAVE_STDARG_H != 0) - # include <stdarg.h> |