diff options
author | 2020-02-05 20:27:30 -0700 | |
---|---|---|
committer | 2020-02-05 20:45:43 -0700 | |
commit | b0d7d89d8d55947a35583e246f07825a740cbf74 (patch) | |
tree | 7a58992d4a5930726ee9f79eec635db0a4d5c577 /media-gfx/apngasm/files | |
parent | app-emulation/containerd: 1.2.12 bump (diff) | |
download | gentoo-b0d7d89d8d55947a35583e246f07825a740cbf74.tar.gz gentoo-b0d7d89d8d55947a35583e246f07825a740cbf74.tar.bz2 gentoo-b0d7d89d8d55947a35583e246f07825a740cbf74.zip |
media-gfx/apngasm: remove old
Signed-off-by: Tim Harder <radhermit@gentoo.org>
Diffstat (limited to 'media-gfx/apngasm/files')
-rw-r--r-- | media-gfx/apngasm/files/apngasm-2.7-string_h.patch | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/media-gfx/apngasm/files/apngasm-2.7-string_h.patch b/media-gfx/apngasm/files/apngasm-2.7-string_h.patch deleted file mode 100644 index 303e832b37c5..000000000000 --- a/media-gfx/apngasm/files/apngasm-2.7-string_h.patch +++ /dev/null @@ -1,16 +0,0 @@ -http://bugs.gentoo.org/465780 - -Same for all of memcpy(), memset(), strlen() and strcpy(): - -apngasm.c:141:11: warning: incompatible implicit declaration of built-in function ‘memcpy’ [enabled by default] - ---- apngasm.c -+++ apngasm.c -@@ -29,6 +29,7 @@ - */
- #include <stdio.h>
- #include <stdlib.h>
-+#include <string.h>
- #include "png.h" /* original (unpatched) libpng is ok */
- #include "zlib.h"
-
|