summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-perl/Image-Scale/files')
-rw-r--r--dev-perl/Image-Scale/files/libpng-1.5-memcpy.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/dev-perl/Image-Scale/files/libpng-1.5-memcpy.patch b/dev-perl/Image-Scale/files/libpng-1.5-memcpy.patch
deleted file mode 100644
index fa9ad60cbc4e..000000000000
--- a/dev-perl/Image-Scale/files/libpng-1.5-memcpy.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/src/png.c
-+++ b/src/png.c
-@@ -40,7 +40,7 @@
- }
- }
-
-- png_memcpy(data, buffer_ptr(im->buf), len);
-+ memcpy(data, buffer_ptr(im->buf), len);
- buffer_consume(im->buf, len);
-
- goto ok;