summaryrefslogtreecommitdiff
path: root/testing/glhack/glhack-libpng15.patch
diff options
context:
space:
mode:
Diffstat (limited to 'testing/glhack/glhack-libpng15.patch')
-rw-r--r--testing/glhack/glhack-libpng15.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/testing/glhack/glhack-libpng15.patch b/testing/glhack/glhack-libpng15.patch
deleted file mode 100644
index d8e644d1c..000000000
--- a/testing/glhack/glhack-libpng15.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- win/gl/gl_image.c.old 2012-01-19 04:01:26.000000000 -0500
-+++ win/gl/gl_image.c 2012-01-19 04:03:04.000000000 -0500
-@@ -486,7 +486,7 @@
- /* set error handling since we are using the setjmp/longjmp method
- * (this is the normal method of doing things with libpng).
- */
-- if (setjmp(png_ptr->jmpbuf))
-+ if (setjmp(png_jmpbuf(png_ptr)))
- {
- sdlgl_warning("Problem within LibPNG (unknown)\n");
- goto failed;