summaryrefslogtreecommitdiff
path: root/media-gfx/pngcrush/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2024-01-30 17:49:05 +0000
committerV3n3RiX <venerix@koprulu.sector>2024-01-30 17:49:05 +0000
commit28d8acbb30a9ebda81447e5e3f5210a438ba7d24 (patch)
tree6d6b6b0a1aca19e8118845870c9e6a25bad27963 /media-gfx/pngcrush/files
parent840a65e2af3f2cc7527e723a28f6e627a9592fb7 (diff)
gentoo auto-resync : 30:01:2024 - 17:49:05
Diffstat (limited to 'media-gfx/pngcrush/files')
-rw-r--r--media-gfx/pngcrush/files/pngcrush-1.8.13-adler32_check.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/media-gfx/pngcrush/files/pngcrush-1.8.13-adler32_check.patch b/media-gfx/pngcrush/files/pngcrush-1.8.13-adler32_check.patch
new file mode 100644
index 000000000000..60204718154f
--- /dev/null
+++ b/media-gfx/pngcrush/files/pngcrush-1.8.13-adler32_check.patch
@@ -0,0 +1,13 @@
+--- a/pngcrush.c
++++ b/pngcrush.c
+@@ -5520,8 +5520,10 @@
+ * they were already checked in the pngcrush_measure_idat
+ * function
+ */
++# ifdef PNG_IGNORE_ADLER32
+ png_set_option(read_ptr, PNG_IGNORE_ADLER32,
+ PNG_OPTION_ON);
++# endif
+ png_set_crc_action(read_ptr, PNG_CRC_QUIET_USE,
+ PNG_CRC_QUIET_USE);
+ }