summaryrefslogtreecommitdiff
path: root/games-sports/gracer/files/gracer-0.1.5-libpng14.patch
diff options
context:
space:
mode:
Diffstat (limited to 'games-sports/gracer/files/gracer-0.1.5-libpng14.patch')
-rw-r--r--games-sports/gracer/files/gracer-0.1.5-libpng14.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/games-sports/gracer/files/gracer-0.1.5-libpng14.patch b/games-sports/gracer/files/gracer-0.1.5-libpng14.patch
deleted file mode 100644
index 618c987a3152..000000000000
--- a/games-sports/gracer/files/gracer-0.1.5-libpng14.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-http://bugs.gentoo.org/show_bug.cgi?id=308885
-
---- a/common/gr_texture.c
-+++ b/common/gr_texture.c
-@@ -419,7 +419,7 @@ read_png_file (GrTexture *texture, char
- if (fread (header, 1, PNG_BYTES_TO_CHECK, file) != PNG_BYTES_TO_CHECK) {
- goto ERROR;
- }
-- if (!png_check_sig (header, PNG_BYTES_TO_CHECK)) {
-+ if (png_sig_cmp (header, 0, PNG_BYTES_TO_CHECK)) {
- goto ERROR;
- }
-